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

Merge pull request #12220 from DeterminateSystems/allow-dirty-locks

Add setting 'allow-dirty-locks'
This commit is contained in:
mergify[bot] 2025-01-15 20:18:28 +00:00 committed by GitHub
commit c45dfeeef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 67 additions and 17 deletions

View file

@ -450,7 +450,7 @@ ref<eval_cache::EvalCache> openEvalCache(
std::shared_ptr<flake::LockedFlake> lockedFlake)
{
auto fingerprint = evalSettings.useEvalCache && evalSettings.pureEval
? lockedFlake->getFingerprint(state.store)
? lockedFlake->getFingerprint(state.store, state.fetchSettings)
: std::nullopt;
auto rootLoader = [&state, lockedFlake]()
{