index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
Age
Commit message (
Expand
)
Author
2021-04-23
Revert "Make `nix shell` fallback to static outputs when needed"
regnat
2021-04-22
Merge branch 'master' of github.com:NixOS/nix
Eelco Dolstra
2021-04-21
Get deriver when passing --derivation
Matthew Bauer
2021-04-21
Make `nix shell` fallback to static outputs when needed
regnat
2021-04-19
libcmd/installables: force re-evaluation of cached failures
Maximilian Bosch
2021-04-05
buildable.{cc,hh} -> derived-path.{cc,hh}
John Ericson
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-04-05
Move `StorePathWithOutputs` into its own header/file
John Ericson
2021-04-05
Pull out Buildable into its own file/header in libnixstore
John Ericson
2021-03-16
--override-input: Imply --no-write-lock-file
Eelco Dolstra
2021-03-02
Make NIX_SHOW_STATS work with new-style commands
regnat
2021-02-19
Merge pull request #4541 from obsidiansystems/simpler-store-path-command
Eelco Dolstra
2021-02-17
Throw an error if --arg / --argstr is used with a flake
Eelco Dolstra
2021-02-12
Deeper `Command` hierarchy to remove redundancy
John Ericson
2021-02-06
libcmd/markdown: handle allocation errors in lowdown_term_rndr
sternenseemann
2021-02-04
Normalize some error messages
Théophane Hufschmitt
2021-01-28
Add a new Cmd type working on RealisedPaths
regnat
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy