Remove nix-setup verbose info

This commit is contained in:
Rodrigo Arias 2020-08-25 18:36:33 +02:00
parent d1e152a917
commit 839489d20f

View File

@ -18,7 +18,6 @@ stdenv.mkDerivation {
# We need to enter the nix namespace first, in order to have /nix # We need to enter the nix namespace first, in order to have /nix
# available, so we use this hack: # available, so we use this hack:
if [ ! -e /nix ]; then if [ ! -e /nix ]; then
>&2 echo "running nix-setup \$0"
exec nix-setup \$0 exec nix-setup \$0
fi fi