forked from Mirrors/nixos-infect
Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
736938dfc9 |
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,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…
Reference in a new issue