From 759670d9e9b65d0ea5a7fda460a5a10a2fa85143 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 25 Jan 2024 19:49:45 +0300 Subject: [PATCH] Nix : Fix channel switch. --- .config/bash/module/Nix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/bash/module/Nix.sh b/.config/bash/module/Nix.sh index 54a7187..f1d1b5a 100644 --- a/.config/bash/module/Nix.sh +++ b/.config/bash/module/Nix.sh @@ -22,12 +22,14 @@ function nix_find() { function nix_unstable() { nix-channel --remove nixos nix-channel --add https://nixos.org/channels/nixos-unstable nixos + nix-channel --update } # Switch to Small Unstable branch (for server). function nix_unstable_small() { nix-channel --remove nixos nix-channel --add https://nixos.org/channels/nixos-unstable-small nixos + nix-channel --update } # Display current channel.