forked from Mirrors/nixos-infect
Added explicit system.stateVersion to match channel set (#194)
* Added explicit system.stateVersion to match channel set * Channel and state version are not the same thing, pinning a recent state version.
This commit is contained in:
parent
6a72f0bff6
commit
9c5b46d78e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ makeConf() {
|
|||
trimmed_line=$(echo -n "$line" | xargs)
|
||||
echo -n "''$trimmed_line'' "
|
||||
done <<< "$keys")];
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue