aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.cc
AgeCommit message (Expand)Author
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-10-02Fix profile update in nix commandFabian Möller
2020-09-04Fix some of the issues raised by @edolstraJohn Ericson
2020-09-03Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-09-03createGeneration(): Take a StorePathEelco Dolstra
2020-09-01Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-17Add 'nix dump-args' to dump all commands/flags for manpage generationEelco Dolstra
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-08-05Fix --profile with multiple opaque pathsJohn Ericson
2020-07-23Make `Buildable` a `std::variant`John Ericson
2020-07-15nix: Add --derivation flag to operate on .drv pathsEelco Dolstra
2020-07-15Clean up RealiseModeEelco Dolstra
2020-06-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-17appended ' __attribute__((weak)); ' to 'extern char * * environ 'p01arst0rm
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-05-10Add completion for pathsEelco Dolstra
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-12-05Move Command and MultiCommand to libutilEelco Dolstra
2019-12-05MultiCommand: Simplify constructionEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-11-08Move editorFor srom libutil to nixEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2018-03-29Remove reference to non-existent manpagesEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-10-23Turn $NIX_REMOTE into a configuration optionEelco Dolstra
2017-09-27nix copy: make recursive by defaultEelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-08nix copy: Don't open the --from store twiceEelco Dolstra
2017-08-29Hide commands that don't have a descriptionEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-07-14nix: Show help when no arguments are givenEelco Dolstra
2017-05-04nix dump-path: AddEelco Dolstra
2017-04-25StorePathCommands: Build installablesEelco Dolstra
2017-04-25Make StorePathsCommand a subclass of InstallablesCommandEelco Dolstra
2017-04-25Restructure installables handling in the "nix" commandEelco Dolstra
2017-03-16nix copy: Make -r option use the "from" storeEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-10Store::computeFSClosure(): Support a set of pathsEelco Dolstra
2016-09-02Merge openStore and openStoreAt with default argumentsShea Levy
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-05-04Add a Store::addToStore() variant that accepts a NAREelco Dolstra
2016-04-21nix --help: Show usage examplesEelco Dolstra
2016-04-15Unify "nix verify-paths" and "nix verify-store"Eelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra