1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Merge remote-tracking branch 'origin/master' into nixbuildaddprintstorepaths

This commit is contained in:
Théophane Hufschmitt 2022-04-22 11:11:01 +02:00
commit be28603dca
72 changed files with 1538 additions and 1163 deletions

View file

@ -3,5 +3,9 @@
* `nix repl` has a new build-'n-link (`:bl`) command that builds a derivation
while creating GC root symlinks.
* The path produced by `builtins.toFile` is now allowed to be imported or read
even with restricted evaluation. Note that this will not work with a
read-only store.
* `nix build` has a new `--print-out-paths` flag to print the resulting output paths.
This matches the default behaviour of `nix-build`.