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:
parent
5ef3f953d3
commit
5acf36400f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue