index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
command.cc
Age
Commit message (
Expand
)
Author
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2021-01-25
Group common options
Eelco Dolstra
2021-01-25
Make '--help' do the same as 'help' (i.e. show a manpage)
Eelco Dolstra
2021-01-13
Convert option descriptions to Markdown
Eelco Dolstra
2020-12-03
Allow registering subcommands of subcommands
Eelco Dolstra
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-10-02
Fix profile update in nix command
Fabian Möller
2020-09-04
Fix some of the issues raised by @edolstra
John Ericson
2020-09-03
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-09-03
createGeneration(): Take a StorePath
Eelco Dolstra
2020-09-01
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-17
Add 'nix dump-args' to dump all commands/flags for manpage generation
Eelco Dolstra
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-05
Fix --profile with multiple opaque paths
John Ericson
2020-07-23
Make `Buildable` a `std::variant`
John Ericson
2020-07-15
nix: Add --derivation flag to operate on .drv paths
Eelco Dolstra
2020-07-15
Clean up RealiseMode
Eelco Dolstra
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
appended ' __attribute__((weak)); ' to 'extern char * * environ '
p01arst0rm
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-05-10
Add completion for paths
Eelco Dolstra
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-03-30
Backport 'nix dev-shell' from the flakes branch
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-22
getEnv(): Return std::optional
Eelco Dolstra
2019-11-08
Move editorFor srom libutil to nix
Eelco Dolstra
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2018-03-29
Remove reference to non-existent manpages
Eelco Dolstra
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-10
nix build: Only download the requested derivation outputs
Eelco Dolstra
2017-09-08
nix copy: Don't open the --from store twice
Eelco Dolstra
2017-08-29
Hide commands that don't have a description
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-14
StorePathsCommand: Don't build installables
Eelco Dolstra
2017-07-14
nix: Show help when no arguments are given
Eelco Dolstra
2017-05-04
nix dump-path: Add
Eelco Dolstra
2017-04-25
StorePathCommands: Build installables
Eelco Dolstra
2017-04-25
Make StorePathsCommand a subclass of InstallablesCommand
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-11-10
Store::computeFSClosure(): Support a set of paths
Eelco Dolstra
2016-09-02
Merge openStore and openStoreAt with default arguments
Shea Levy
[next]