From 0a3cc83592712a53efae4ce563437866fdd1af23 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 21 May 2024 02:12:33 +0300 Subject: [PATCH] silent-er nix installation --- run_onchange_after_install_main_deps.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 6e55619..9c3354b 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -131,8 +131,8 @@ new_line "Install base packages" if ! type nix &> /dev/null then new_line "Install nix packet manager (single user)" - bash <(curl -L https://nixos.org/nix/install) --no-daemon 2>&1|pad - . ~/.nix-profile/etc/profile.d/nix.sh + bash <(curl --silent -L https://nixos.org/nix/install) --no-daemon 2>&1|pad + . ~/.nix-profile/etc/profile.d/nix.sh 2>&1|pad fi