mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
397 B
397 B
synopsis | prs |
---|---|
Large path warnings | 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,
e.g. --warn-large-path-threshold 100M
will warn about paths larger
than 100 MiB.