chore: update infect

This commit is contained in:
Thiago Sposito 2025-10-17 18:53:34 -03:00
parent 959af7690d
commit d9ad530020
Signed by: thiago
GPG key ID: 3065EA73A976D430

View file

@ -52,7 +52,7 @@ makeConf() {
trimmed_line=$(echo -n "$line" | xargs) trimmed_line=$(echo -n "$line" | xargs)
echo -n "''$trimmed_line'' " echo -n "''$trimmed_line'' "
done <<< "$keys")]; done <<< "$keys")];
system.stateVersion = "23.11"; system.stateVersion = "25.05";
} }
EOF EOF
@ -332,7 +332,7 @@ infect() {
# shellcheck disable=SC1090 # shellcheck disable=SC1090
source ~/.nix-profile/etc/profile.d/nix.sh 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 --remove nixpkgs
nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos
nix-channel --update nix-channel --update