From 6a72f0bff6a26b4d1ce0c7c71cb2f10ca3384228 Mon Sep 17 00:00:00 2001 From: Shyim Date: Sun, 24 Sep 2023 15:25:18 +0200 Subject: [PATCH] use 23.05 as default version (#172) --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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