Avoid typing experimental nix-command and flakes (even tho it seems to

work fine without this?)
This commit is contained in:
2024-12-26 23:26:12 +02:00
parent f05953b2f0
commit c7c0040db1

View File

@@ -39,5 +39,7 @@
flags = [ "--option" "tarball-ttl" "0" ]; # Required for polling below 1h
};
nix.settings.extra-experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "24.05";
}