diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-04-22 14:21:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 14:21:55 +0200 |
commit | 7f814d6d9af9d78f922d59115a94078f807676a8 (patch) | |
tree | fc0a5d5ff461096cb414a446d03a21cb09e3a4b7 /doc/manual | |
parent | 92de62fe6f195420a6e1ae3542736e98276e283c (diff) | |
parent | 197aa2fa96d5a949fe83101e894a9151ccb80fa9 (diff) |
Merge pull request #6259 from Artturin/nixbuildaddprintstorepaths
nix build: add --print-out-paths flag
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index f16ae901c..06c2583c9 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -6,3 +6,6 @@ * 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`. |