2
0
Fork 1
mirror of https://github.com/elitak/nixos-infect synced 2025-03-14 13:46:59 +00:00

Update default nixos channel to 24.05

Signed-off-by: Maciej Grela <enki@fsck.pl>
This commit is contained in:
Maciej Grela 2024-10-27 14:08:11 +01:00
parent 5ef3f953d3
commit 5acf36400f

View file

@ -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