all repos — nixfiles @ 4f664bb0517843b305365df41db0bcb35a162e3f

System and user configuration, managed by nix and home-manager

nix: enable flakes

Alan Pearce
commit

4f664bb0517843b305365df41db0bcb35a162e3f

parent

edf6650a3f00ffcc53a934a684e11b18351c2850

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -8,9 +8,11 @@ daemonIOSchedClass = "idle";
trustedUsers = [ "@wheel" ]; + package = pkgs.nixFlakes; extraOptions = '' keep-outputs = true keep-derivations = true + experimental-features = nix-command flakes ''; autoOptimiseStore = true;