🐛 fix(nix): Tell nix what version it is
This commit is contained in:
parent
68a895736a
commit
a642c32dc7
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
home.username = "marley";
|
home.username = "marley";
|
||||||
home.homeDirectory = "/home/marley";
|
home.homeDirectory = "/home/marley";
|
||||||
|
|
||||||
|
# Tell nix what version it is.
|
||||||
|
nix.package = pkgs.nix;
|
||||||
|
|
||||||
# Enable flakes.
|
# Enable flakes.
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue