Skip to content

Commit 1157ba2

Browse files
committed
docs/src/getting_started: fix type of system.stateVersion to integer
#21
1 parent 7d83faf commit 1157ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/getting_started/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ delib.host {
9595
# If you're not using Nix-Darwin, you can remove this entire block.
9696
darwin = {
9797
nixpkgs.hostPlatform = "aarch64-darwin"; #!!! REPLACEME
98-
system.stateVersion = "6"; #!!! REPLACEME
98+
system.stateVersion = 6; #!!! REPLACEME
9999
};
100100
}
101101
```

docs/src/ru/getting_started/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ delib.host {
9595
# Если вы не используете Nix-Darwin, можете полностью удалить этот блок.
9696
darwin = {
9797
nixpkgs.hostPlatform = "aarch64-darwin"; #!!! REPLACEME
98-
system.stateVersion = "6"; #!!! REPLACEME
98+
system.stateVersion = 6; #!!! REPLACEME
9999
};
100100
}
101101
```

0 commit comments

Comments
 (0)