mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
11 lines
397 B
Markdown
11 lines
397 B
Markdown
---
|
|
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.
|