mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
Channel and state version are not the same thing, pinning a recent state version.
This commit is contained in:
parent
01a3bc8f6e
commit
c52c5401f0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ makeConf() {
|
|||
trimmed_line=$(echo -n "$line" | xargs)
|
||||
echo -n "''$trimmed_line'' "
|
||||
done <<< "$keys")];
|
||||
system.stateVersion = "$NIX_CHANNEL";
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue