mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-11-01 00:29:57 +03:00
Added explicit system.stateVersion to match channel set
This commit is contained in:
parent
6a72f0bff6
commit
01a3bc8f6e
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 = "$NIX_CHANNEL";
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue