Update Nix to 2.13

This commit is contained in:
Maximilian Bosch
2023-01-28 09:27:48 +01:00
parent 5b35e13898
commit c7716817a9
3 changed files with 12 additions and 12 deletions

View File

@ -129,7 +129,7 @@ static void worker(
LockFlags {
.updateLockFile = false,
.useRegistries = false,
.allowMutable = false,
.allowUnlocked = false,
});
callFlake(state, lockedFlake, *vFlake);