enable nix flakes on darwin

This commit is contained in:
Haak Saxberg 2023-05-23 13:49:28 -07:00
parent 4109528f05
commit b7b1f88956

View file

@ -164,6 +164,8 @@
}; };
}; };
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Used for backwards compatibility, please read the changelog before changing. # Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog # $ darwin-rebuild changelog
system.stateVersion = 4; system.stateVersion = 4;