cachix: remove unused binary caches #209

Merged
teutat3s merged 5 commits from cachix/remove-unused-caches into main 2023-04-15 17:03:52 +00:00
Showing only changes of commit 52c2ca9f13 - Show all commits

View file

@ -22,6 +22,7 @@
}; };
# Generally useful nix option defaults # Generally useful nix option defaults
extraOptions = lib.mkForce '' extraOptions = lib.mkForce ''
experimental-features = flakes nix-command
min-free = 536870912 min-free = 536870912
keep-outputs = true keep-outputs = true
keep-derivations = true keep-derivations = true