aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-22nix-shell: Handle --eval-store correctlyEelco Dolstra
2021-07-22nix-build: Copy drv closure between eval store and build storeEelco Dolstra
2021-07-22Support --eval-store in nix-instantiate and nix-buildEelco Dolstra
2021-07-22Hacky fast closure copying mechanismEelco Dolstra
2021-07-22Add --eval-store optionEelco Dolstra
2021-07-22Downgrade warning messageEelco Dolstra
2021-07-21Tweak --no/use-registries doc stringsEelco Dolstra
2021-07-21Merge branch 'balsoft/no-registries' of https://github.com/serokell/nixEelco Dolstra
2021-07-20deletePath(): Return ENFILE instead of EBADF when out of file descriptorsEelco Dolstra
2021-07-20Merge remote-tracking branch 'origin/repl-flake-support'Eelco Dolstra
2021-07-20Merge pull request #5030 from NixOS/lock-ca-derivationsEelco Dolstra
2021-07-20Properly lock the builds of CA derivationsregnat
2021-07-19Merge pull request #5028 from hercules-ci/edit-package-not-derivationEelco Dolstra
2021-07-19Merge remote-tracking branch 'origin/cleaner-nix3-manpages-install'Eelco Dolstra
2021-07-19nix repl: Update :edit help textRobert Hensing
2021-07-19Rename findDerivationFilename -> findPackageFilenameRobert Hensing
2021-07-19Add a `:load-flake` command to the nix replregnat
2021-07-19Cleanup the generation of the nix3 manpagesregnat
2021-07-19Merge pull request #5020 from NixOS/make-the-repl-reuse-the-whole-nix-configEelco Dolstra
2021-07-19Merge pull request #5022 from NixOS/more-lenient-realisation-compatibility-checkEelco Dolstra
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-16Be more lenient when realisations have a conflicting dependency setregnat
2021-07-16Forward the whole Nix config to the repl subprocessesregnat
2021-07-15Merge pull request #5019 from NixOS/make-the-post-hook-reuse-the-process-configEelco Dolstra
2021-07-15Forward the whole Nix config to the post-build-hookregnat
2021-07-15Merge pull request #5016 from edolstra/nlohmannEelco Dolstra
2021-07-15Fix perl bindings buildEelco Dolstra
2021-07-15nlohmann_json: Update to 3.9.1, fix use of internal copyEelco Dolstra
2021-07-15Merge pull request #5011 from Pamplemousse/fix_adjustLocEelco Dolstra
2021-07-14libexpr: Fix read out-of-bound on the heapPamplemousse
2021-07-13Merge pull request #5008 from NixOS/flake-devShells-attributeEelco Dolstra
2021-07-13Make `nix flake check` aware of `devShells`regnat
2021-07-13Make `nix flake show` display the `devShells`regnat
2021-07-13nix develop: Search in `devShells.${system}` by defaultregnat
2021-07-13Merge pull request #5006 from illustris/nscdEelco Dolstra
2021-07-13fixed output derivations: fix incorrect responses for getpwuidillustris
2021-07-12Merge pull request #5000 from nielsegberts/masterEelco Dolstra
2021-07-12StyleEelco Dolstra
2021-07-12Merge branch 'structured-attrs-shell' of https://github.com/Ma27/nixEelco Dolstra
2021-07-12Merge branch 'master' into structured-attrs-shellMaximilian Bosch
2021-07-12Error -> UsageErrorEelco Dolstra
2021-07-12Merge branch 'days' of https://github.com/nielsegberts/nixEelco Dolstra
2021-07-11Throw on unexpected input for --delete-older-thanNiels Egberts
2021-07-09toString also coerces a set with an outPath attribute to a stringNiels Egberts
2021-07-09FormattingEelco Dolstra
2021-07-09ref: Add equality operatorsEelco Dolstra
2021-07-09Merge pull request #4998 from edolstra/nix-print-dev-env-jsonEelco Dolstra
2021-07-09nix print-dev-env: Add --json flagEelco Dolstra
2021-07-09Merge pull request #4997 from edolstra/nix-develop-arraysEelco Dolstra
2021-07-09nix develop: Add a test for bash functionsEelco Dolstra