🐛 fix(nix): Tell nix what version it is

This commit is contained in:
punkfairie 2024-10-18 18:15:55 -07:00
parent 68a895736a
commit a642c32dc7

View file

@ -3,6 +3,9 @@
home.username = "marley";
home.homeDirectory = "/home/marley";
# Tell nix what version it is.
nix.package = pkgs.nix;
# Enable flakes.
nix.settings.experimental-features = [ "nix-command" "flakes" ];