4 lines
103 B
Nix
4 lines
103 B
Nix
{
|
|
nix.optimise.automatic = true;
|
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
} |