Enable flakes
This commit is contained in:
2
base.nix
2
base.nix
@ -19,6 +19,8 @@
|
||||
system.autoUpgrade.enable = true;
|
||||
nix.gc.automatic = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
file
|
||||
git
|
||||
|
Reference in New Issue
Block a user