sequoia: Change nix-darwin stateVersion to 6

This commit is contained in:
Spotlight 2025-02-18 03:11:29 -06:00
parent 4019e1c598
commit c989a00fd6
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -26,7 +26,7 @@
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
system.stateVersion = 6;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";