mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Apply suggestions from code review
Co-authored-by: Luc Perkins <lucperkins@gmail.com>
This commit is contained in:
parent
802f585406
commit
b2c762cd2f
1 changed files with 2 additions and 2 deletions
|
|
@ -270,9 +270,9 @@ struct EvalSettings : Config
|
||||||
false,
|
false,
|
||||||
"lazy-locks",
|
"lazy-locks",
|
||||||
R"(
|
R"(
|
||||||
If enabled, Nix will only include NAR hashes in lock file entries if they're necessary to lock the input (i.e. when there is no other attribute that allows the content to be verified, like a Git revision).
|
If enabled, Nix only includes NAR hashes in lock file entries if they're necessary to lock the input (i.e. when there is no other attribute that allows the content to be verified, like a Git revision).
|
||||||
This is not backward compatible with older versions of Nix.
|
This is not backward compatible with older versions of Nix.
|
||||||
If disabled, lock file entries will always contain a NAR hash.
|
If disabled, lock file entries always contain a NAR hash.
|
||||||
)"
|
)"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue