From d9ad5300209bd776dbbc430a9acc8aea4c32572b Mon Sep 17 00:00:00 2001
From: Thiago Sposito
Date: Fri, 17 Oct 2025 18:53:34 -0300
Subject: [PATCH] chore: update infect
---
home-manager/scripts/infect.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/home-manager/scripts/infect.sh b/home-manager/scripts/infect.sh
index 1f28efb..2a8454d 100644
--- a/home-manager/scripts/infect.sh
+++ b/home-manager/scripts/infect.sh
@@ -52,7 +52,7 @@ makeConf() {
trimmed_line=$(echo -n "$line" | xargs)
echo -n "''$trimmed_line'' "
done <<< "$keys")];
- system.stateVersion = "23.11";
+ system.stateVersion = "25.05";
}
EOF
@@ -332,7 +332,7 @@ infect() {
# shellcheck disable=SC1090
source ~/.nix-profile/etc/profile.d/nix.sh
- [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-23.05"
+ [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-25.05"
nix-channel --remove nixpkgs
nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos
nix-channel --update