nix.conf: add back required experimental features

This commit is contained in:
teutat3s 2023-03-27 18:53:54 +02:00
parent bf821c670e
commit 22302c6256
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

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