about summary refs log tree commit diff
path: root/src/nix/command.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29 Remove reference to non-existent manpagesEelco Dolstra1-0/+2
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-3/+3
2017-10-23 Turn $NIX_REMOTE into a configuration optionEelco Dolstra1-4/+1
2017-09-27 nix copy: make recursive by defaultEelco Dolstra1-2/+14
2017-09-10 nix build: Only download the requested derivation outputsEelco Dolstra1-2/+2
2017-09-08 nix copy: Don't open the --from store twiceEelco Dolstra1-1/+1
2017-08-29 Hide commands that don't have a descriptionEelco Dolstra1-2/+5
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-3/+3
2017-07-14 StorePathsCommand: Don't build installablesEelco Dolstra1-2/+2
2017-07-14 nix: Show help when no arguments are givenEelco Dolstra1-1/+1
2017-05-04 nix dump-path: AddEelco Dolstra1-0/+10
2017-04-25 StorePathCommands: Build installablesEelco Dolstra1-10/+2
2017-04-25 Make StorePathsCommand a subclass of InstallablesCommandEelco Dolstra1-4/+14
2017-04-25 Restructure installables handling in the "nix" commandEelco Dolstra1-0/+7
2017-03-16 nix copy: Make -r option use the "from" storeEelco Dolstra1-1/+6
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-3/+3
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2016-11-10 Store::computeFSClosure(): Support a set of pathsEelco Dolstra1-2/+2
2016-09-02 Merge openStore and openStoreAt with default argumentsShea Levy1-1/+1
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-1/+1
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-1/+1
2016-04-21 nix --help: Show usage examplesEelco Dolstra1-0/+15
2016-04-15 Unify "nix verify-paths" and "nix verify-store"Eelco Dolstra1-6/+16
2016-03-29 Add "nix verify-paths" commandEelco Dolstra1-0/+21
2016-03-21 nix: Add --store flagEelco Dolstra1-1/+8
2016-02-25 Fix buildEelco Dolstra1-1/+1
2016-02-09 Start of new Nix command-line interfaceEelco Dolstra1-0/+65