silent-er nix installation

This commit is contained in:
Anton Volnuhin 2024-05-21 02:12:33 +03:00
parent b087969d49
commit 0a3cc83592

View File

@ -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