index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcmd
/
command.cc
Age
Commit message (
Expand
)
Author
2022-04-21
don't use full Pos for findPackageFilename/editorFor
pennae
2022-03-22
nix edit: support kakoune
Hideaki Kawai
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-12-11
EvalCommand::getEvalState: use gc tracable allocator for EvalState
Yorick van Pelt
2021-09-30
`std::visit` by reference
John Ericson
2021-09-27
nix path-info -r: Don't duplicate the root paths
Eelco Dolstra
2021-09-27
run(): Move
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-07-01
Prefer to throw specific errors
Pamplemousse
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-05
Make `DerivedPathWithHints` a newtype
John Ericson
2021-04-05
Rename Buildable
John Ericson
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