index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
/
command.hh
Age
Commit message (
Expand
)
Author
2022-04-19
Merge pull request #6128 from ncfavier/fix-completion
Eelco Dolstra
2022-03-26
nix eval: Add option `read-only`
Erik Arvstedt
2022-03-07
Accept and discard fragments in getFlakeRefForCompletion
Naïm Favier
2022-03-02
Move installables-related operations
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-18
Factor out --from / --to logic
Eelco Dolstra
2021-09-27
run(): Move
Eelco Dolstra
2021-09-10
Make installables const
Eelco Dolstra
2021-09-02
Add FIXME
Eelco Dolstra
2021-07-22
Use eval-store in more places
Eelco Dolstra
2021-07-22
Support --eval-store in nix-instantiate and nix-build
Eelco Dolstra
2021-07-22
Add --eval-store option
Eelco Dolstra
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-05
Rename Buildable
John Ericson
2021-03-02
Make NIX_SHOW_STATS work with new-style commands
regnat
2021-02-12
Deeper `Command` hierarchy to remove redundancy
John Ericson
2021-01-28
Add a new Cmd type working on RealisedPaths
regnat
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy