mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01: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.