From faad8e5d9ca1e91b718c33a603a4d5d2b6fe0dc2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 22 Feb 2024 23:00:58 +0300 Subject: [PATCH] Bootstrap : Nixos do not copy channel on flake install. --- .config/bash/module/Bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/Bootstrap.sh b/.config/bash/module/Bootstrap.sh index bffd5b2..b35c8c8 100644 --- a/.config/bash/module/Bootstrap.sh +++ b/.config/bash/module/Bootstrap.sh @@ -65,6 +65,6 @@ function bootstrap_nixos() { nixos-install else _info "Installing ${host}..." - nixos-install --no-root-password --flake "${_nix_system_config}#${host}" + nixos-install --no-root-password --no-channel-copy --flake "${_nix_system_config}#${host}" fi }