fix(macos): set darwin state-version to 6 🐛

This commit is contained in:
Daniel Thoren 2025-09-08 13:55:39 +02:00 committed by GitHub
parent 5a7a8b9f5f
commit 3a6fbd2f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,5 +74,7 @@
];
# Keep for darwin as well (tracks defaults across upgrades)
system.stateVersion = "25.05";
# current max per nix-darwin; bump only if a release notes says so
system.stateVersion = 6;
}