chore: update infect
This commit is contained in:
parent
959af7690d
commit
d9ad530020
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue