From ba280dea09db6ce7bb76ac4425d1916dac82cca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaiJi=20=E2=9C=A8?= Date: Mon, 1 Aug 2022 14:10:32 +0300 Subject: [PATCH] Change channel from official to ours --- nixos-infect | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index c04cc11..6270ad6 100755 --- a/nixos-infect +++ b/nixos-infect @@ -304,9 +304,8 @@ infect() { # shellcheck disable=SC1090 source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-21.05" nix-channel --remove nixpkgs - nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos + nix-channel --add "https://channel.selfprivacy.org/nixos-selfpricacy" nixos nix-channel --update export NIXOS_CONFIG=/etc/nixos/configuration.nix