Bootstrap : Nixos do not copy channel on flake install.

This commit is contained in:
Dmitry Voronin 2024-02-22 23:00:58 +03:00
parent 723c75b4dd
commit faad8e5d9c

View file

@ -65,6 +65,6 @@ function bootstrap_nixos() {
nixos-install nixos-install
else else
_info "Installing ${host}..." _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 fi
} }