From b2c762cd2f204624cb1e6ee9df8495942db28742 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 13 Jun 2025 21:03:58 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Luc Perkins --- src/libexpr/include/nix/expr/eval-settings.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libexpr/include/nix/expr/eval-settings.hh b/src/libexpr/include/nix/expr/eval-settings.hh index cb4726837..9b7573b20 100644 --- a/src/libexpr/include/nix/expr/eval-settings.hh +++ b/src/libexpr/include/nix/expr/eval-settings.hh @@ -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. )" }; };