1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Apply suggestions from code review

Co-authored-by: Luc Perkins <lucperkins@gmail.com>
This commit is contained in:
Eelco Dolstra 2025-06-13 21:03:58 +02:00 committed by GitHub
parent 802f585406
commit b2c762cd2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,9 +270,9 @@ struct EvalSettings : Config
false,
"lazy-locks",
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.
If disabled, lock file entries will always contain a NAR hash.
If disabled, lock file entries always contain a NAR hash.
)"
};
};