infra/config/nix.nix

9 lines
158 B
Nix

{
nix = {
gc.automatic = true;
settings = {
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes"];
};
};
}