flakes and such

This commit is contained in:
TheWanderingCrow 2025-03-18 12:24:13 -04:00
parent ab60dd1df7
commit a20275a7a4

View file

@ -1,4 +1,8 @@
{
nixpkgs.hostPlatform = "x86_64-darwin";
system.stateVersion = 6;
nix.extraOptions = ''
extra-experimental-features = nix-command
extra-experimental-features = flakes
'';
}