diff --git a/nixos-infect b/nixos-infect index 535a042..2544433 100644 --- a/nixos-infect +++ b/nixos-infect @@ -323,7 +323,7 @@ infect() { # shellcheck disable=SC1090 source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-22.11" + [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-23.05" nix-channel --remove nixpkgs nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --update