Added explicit system.stateVersion to match channel set

This commit is contained in:
Jonah Dahlquist 2024-01-30 01:39:48 -08:00 committed by GitHub
parent 6a72f0bff6
commit 01a3bc8f6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ makeConf() {
trimmed_line=$(echo -n "$line" | xargs)
echo -n "''$trimmed_line'' "
done <<< "$keys")];
system.stateVersion = "$NIX_CHANNEL";
}
EOF