fix(macos): set darwin state-version to 6 🐛
This commit is contained in:
parent
5a7a8b9f5f
commit
3a6fbd2f89
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue