Add release note

This commit is contained in:
Eelco Dolstra 2024-06-03 15:55:19 +02:00
parent deac00c6d0
commit d2bfc7e55a

View file

@ -0,0 +1,11 @@
---
synopsis: Large path warnings
prs: 10661
---
Nix can now warn when evaluation of a Nix expression causes a large
path to be copied to the Nix store. The threshold for this warning can
be configured using [the `warn-large-path-threshold`
setting](@docroot@/command-ref/conf-file.md#warn-large-path-threshold),
e.g. `--warn-large-path-threshold 100M` will warn about paths larger
than 100 MiB.