aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.hh
AgeCommit message (Expand)Author
2020-03-30Backport 'nix dev-shell' from the flakes branchEelco Dolstra
2020-03-24nix edit: Support non-derivation attributesEelco 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-26Fix clang warningsEelco Dolstra
2019-11-08Move editorFor srom libutil to nixEelco Dolstra
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2018-02-12toBuildables -> buildEelco Dolstra
2018-01-31Add 'nix upgrade-nix' commandEelco Dolstra
2017-12-11Fix forward-decl of Bindings as "class", match definition.Will Dietz
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-25Add "nix show-derivation"Eelco Dolstra
2017-09-10nix build: Only download the requested derivation outputsEelco Dolstra
2017-09-06nix build: Create result symlinksEelco Dolstra
2017-08-29nix edit / log: Operate on a single InstallableEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20Add "nix search" commandEelco Dolstra
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-05-04nix dump-path: AddEelco Dolstra
2017-05-02Fix "nix ... --all"Eelco Dolstra
2017-04-25Make StorePathsCommand a subclass of InstallablesCommandEelco Dolstra
2017-04-25Move code aroundEelco 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-05-31Shut up some clang warningsEelco 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
2016-03-21nix: Add --store flagEelco Dolstra
2016-03-14Fix build on clang due to -Wmismatched-tagsEelco Dolstra
2016-02-09Start of new Nix command-line interfaceEelco Dolstra