From 839489d20f64242b6fda013e1418b80a0ab8d44d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 25 Aug 2020 18:36:33 +0200 Subject: [PATCH] Remove nix-setup verbose info --- bsc/garlic/nix-setup.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/bsc/garlic/nix-setup.nix b/bsc/garlic/nix-setup.nix index 8ae89bc..6f5e100 100644 --- a/bsc/garlic/nix-setup.nix +++ b/bsc/garlic/nix-setup.nix @@ -18,7 +18,6 @@ stdenv.mkDerivation { # We need to enter the nix namespace first, in order to have /nix # available, so we use this hack: if [ ! -e /nix ]; then - >&2 echo "running nix-setup \$0" exec nix-setup \$0 fi