aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2020-12-12Introduce Value type setters and make use of themSilvan Mosberger
2020-12-11Merge pull request #4350 from NixOS/ca/fix-build-with-nix-commandEelco Dolstra
2020-12-11Fix the `nix` command with CA derivationsregnat
2020-12-10nix store make-content-addressable: Show rewritten pathEelco Dolstra
2020-12-10Add lvlNotice log levelEelco Dolstra
2020-12-04Split 'nix store add-to-store' into 'add-path' and 'add-file'Eelco Dolstra
2020-12-03TypoEelco Dolstra
2020-12-03Move most store-related commands to 'nix store'Eelco Dolstra
2020-12-03Add 'nix nar dump-path'Eelco Dolstra
2020-12-03Add deprecated aliases for renamed commandsEelco Dolstra
2020-12-03Add FIXMEEelco Dolstra
2020-12-03Move NAR-related commands to 'nix nar'Eelco Dolstra
2020-12-03Introduce 'nix store' commandEelco Dolstra
2020-12-03Allow registering subcommands of subcommandsEelco Dolstra
2020-12-03Move 'nix hash-*' and 'nix to-*' to 'nix hash'Eelco Dolstra
2020-12-03nix add-to-store: Move markdown docs into a separate fileEelco Dolstra
2020-12-03Make doc() return arbitrary Markdown rather than the contents of the "Descrip...Eelco Dolstra
2020-12-02nix eval: Add option to write a directoryEelco Dolstra
2020-12-02Add 'nix help'Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-12-01shut up clang warningsregnat
2020-11-23Removed reference check from bundler commandWil Taylor
2020-11-21Added switchWil Taylor
2020-11-17Merge pull request #4189 from edolstra/flake-configEelco Dolstra
2020-11-17Merge pull request #4182 from mkenigs/fix-1930Eelco Dolstra
2020-11-11Print built derivations as json for buildMatthew Kenigsberg
2020-11-09nix develop: Preserve stdin with `-c`Sebastian Ullrich
2020-11-02nix repl: Fix handling of multi-line expressionsEelco Dolstra
2020-10-28Capitalize JSON for consistencyMatthew Kenigsberg
2020-10-27Merge pull request #4056 from tweag/non-ca-depending-on-caEelco Dolstra
2020-10-27Allow non-CA derivations to depend on CA derivationsregnat
2020-10-26Allow nix.conf options to be set in flake.nixEelco Dolstra
2020-10-26Move ExplicitEelco Dolstra
2020-10-26Make the prompt used in development shells configurableEelco Dolstra
2020-10-22Fix clang buildEelco Dolstra
2020-10-22nix develop: Add --redirect flag to redirect dependenciesEelco Dolstra
2020-10-21nix develop: Handle 'declare -ax' in bash outputEelco Dolstra
2020-10-20Make bash non-interactive for nix develop --phaseMatthew Kenigsberg
2020-10-15Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-buildsJohn Ericson
2020-10-11Merge pull request #4135 from obsidiansystems/split-local-fs-store-headerEelco Dolstra
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-10-09nix develop: Unset $HOSTNAMEEelco Dolstra
2020-10-09nix develop: Source ~/.bashrcEelco Dolstra
2020-10-09Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-buildsJohn Ericson
2020-10-09Add a description in the completion outputsregnat
2020-10-06Remove static variable name clashesEelco Dolstra
2020-10-06Remove unneeded -lboost_* flagsEelco Dolstra
2020-10-02Fix profile update in nix commandFabian Möller
2020-10-01add more examples to --help of `nix run`DavHau
2020-09-29nix registry list: Show 'dir' attributeEelco Dolstra