Channel and state version are not the same thing, pinning a recent state version.

This commit is contained in:
Jonah Dahlquist 2024-01-30 21:36:47 -08:00 committed by GitHub
parent 01a3bc8f6e
commit c52c5401f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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