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

This commit is contained in:
punkfairie 2024-10-18 18:15:55 -07:00
parent 3fed10d475
commit d3c9c5c7f8
Signed by: punkfairie
GPG key ID: 01823C057725C266

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" ];