index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
command.hh
Age
Commit message (
Expand
)
Author
2020-05-05
nix --help: Group commands
Eelco Dolstra
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-13
SourceExprCommand: allocate the vSourceExpr via uncollectable memory
Andreas Rammhold
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-12-05
Move Command and MultiCommand to libutil
Eelco Dolstra
2019-12-05
MultiCommand: Simplify construction
Eelco Dolstra
2019-11-26
Fix clang warnings
Eelco Dolstra
2019-11-08
Move editorFor srom libutil to nix
Eelco Dolstra
2019-10-31
Minor updates to inline comments
Benjamin Hipple
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2018-02-12
toBuildables -> build
Eelco Dolstra
2018-01-31
Add 'nix upgrade-nix' command
Eelco Dolstra
2017-12-11
Fix forward-decl of Bindings as "class", match definition.
Will Dietz
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-10-23
Turn $NIX_REMOTE into a configuration option
Eelco Dolstra
2017-09-27
nix copy: make recursive by default
Eelco Dolstra
2017-09-25
Add "nix show-derivation"
Eelco Dolstra
2017-09-10
nix build: Only download the requested derivation outputs
Eelco Dolstra
2017-09-06
nix build: Create result symlinks
Eelco Dolstra
2017-08-29
nix edit / log: Operate on a single Installable
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-20
Add "nix search" command
Eelco Dolstra
2017-07-14
Avoid a call to derivationFromPath()
Eelco Dolstra
2017-07-14
StorePathsCommand: Don't build installables
Eelco Dolstra
2017-05-04
nix dump-path: Add
Eelco Dolstra
2017-05-02
Fix "nix ... --all"
Eelco Dolstra
2017-04-25
Make StorePathsCommand a subclass of InstallablesCommand
Eelco Dolstra
2017-04-25
Move code around
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2017-03-16
nix copy: Make -r option use the "from" store
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-05-31
Shut up some clang warnings
Eelco Dolstra
2016-04-21
nix --help: Show usage examples
Eelco Dolstra
2016-04-15
Unify "nix verify-paths" and "nix verify-store"
Eelco Dolstra
2016-03-29
Add "nix verify-paths" command
Eelco Dolstra
2016-03-21
nix: Add --store flag
Eelco Dolstra
2016-03-14
Fix build on clang due to -Wmismatched-tags
Eelco Dolstra
2016-02-09
Start of new Nix command-line interface
Eelco Dolstra