1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

doc/manual: Fix some broken fragments

(cherry picked from commit 071ddbed57)

# Conflicts:
#	doc/manual/src/language/operators.md
This commit is contained in:
Robert Hensing 2024-10-03 01:17:33 +02:00 committed by Mergify
parent e0c8b0fc4f
commit 9ee4a85a99
6 changed files with 12 additions and 7 deletions

View file

@ -96,7 +96,7 @@
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),
setting](@docroot@/command-ref/conf-file.md#conf-warn-large-path-threshold),
e.g. `--warn-large-path-threshold 100M` will warn about paths larger
than 100 MiB.