1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00
nix/doc/manual/rl-next/warn-large-path.md
2024-06-03 15:55:19 +02:00

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.