diff options
author | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-04-22 11:11:01 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-04-22 11:11:01 +0200 |
commit | be28603dca2f235e08838e99951d6602bddcb2ad (patch) | |
tree | 672c9a2b8aa48c9127a98d874ac4e76f67374a6b /doc | |
parent | 51cfea8bb05d3f284534b2486cc29bb0ebf17ade (diff) | |
parent | c4ffc8e2f8508fb951920fc08cf9283927e7e9b8 (diff) |
Merge remote-tracking branch 'origin/master' into nixbuildaddprintstorepaths
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 452002dca..06c2583c9 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -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`. |