We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
system.stateVersion
1 parent 7d83faf commit 1157ba2Copy full SHA for 1157ba2
docs/src/getting_started/initialization.md
@@ -95,7 +95,7 @@ delib.host {
95
# If you're not using Nix-Darwin, you can remove this entire block.
96
darwin = {
97
nixpkgs.hostPlatform = "aarch64-darwin"; #!!! REPLACEME
98
- system.stateVersion = "6"; #!!! REPLACEME
+ system.stateVersion = 6; #!!! REPLACEME
99
};
100
}
101
```
docs/src/ru/getting_started/initialization.md
# Если вы не используете Nix-Darwin, можете полностью удалить этот блок.
0 commit comments