From 9c5b46d78eb0b108e8ed48a1497be968f7754722 Mon Sep 17 00:00:00 2001 From: Jonah Dahlquist Date: Wed, 31 Jan 2024 08:16:15 -0800 Subject: [PATCH] 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. --- nixos-infect | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-infect b/nixos-infect index 2544433..ce97278 100644 --- a/nixos-infect +++ b/nixos-infect @@ -45,6 +45,7 @@ makeConf() { trimmed_line=$(echo -n "$line" | xargs) echo -n "''$trimmed_line'' " done <<< "$keys")]; + system.stateVersion = "23.11"; } EOF