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