make experimental features global

This commit is contained in:
Clayton Hickey 2026-03-08 15:21:12 -04:00
parent fe02bcf9c3
commit a59f89b73d
Signed by: clay53
SSH key fingerprint: SHA256:fjW4+nfPltYzrJ4uZlYQvrYMshxHnah2S4qM8Hth9HQ
4 changed files with 5 additions and 12 deletions

View file

@ -717,7 +717,5 @@ in
];
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "23.05";
}