From 5acf36400f19d8cc06c96b6e776d91c51bbf49fa Mon Sep 17 00:00:00 2001 From: Maciej Grela Date: Sun, 27 Oct 2024 14:08:11 +0100 Subject: [PATCH] Update default nixos channel to 24.05 Signed-off-by: Maciej Grela --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 06f0171..ae9f1ac 100644 --- a/nixos-infect +++ b/nixos-infect @@ -331,7 +331,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-24.05" nix-channel --remove nixpkgs nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --update