about summary refs log tree commit diff
path: root/modules/core/lazy-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/lazy-packages.nix')
-rw-r--r--modules/core/lazy-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/lazy-packages.nix b/modules/core/lazy-packages.nix
index 939ece52..80053396 100644
--- a/modules/core/lazy-packages.nix
+++ b/modules/core/lazy-packages.nix
@@ -37,7 +37,7 @@ let
           storepath="$(echo "$encoded" | ${decoder})"
           program="$storepath/$binpath"
           if [ ! -e "$storepath" ]; then
-            ${fetchSubstitute} "$storepath" || exit $?
+            ${fetchSubstitute} "$storepath" > /dev/null || exit $?
           fi
           exec "$program" "$@"
         ''}