remove debug

This commit is contained in:
Solene Rapenne 2022-08-31 11:19:36 +02:00
parent a2698ce44b
commit 57d7b3ff5c
1 changed files with 0 additions and 2 deletions

2
run.sh
View File

@ -1,5 +1,4 @@
#!/bin/sh
set -x
NIXPKGS='<nixpkgs/maintainers/scripts/find-tarballs.nix>'
@ -23,6 +22,5 @@ then
exit 1
fi
set -x
echo "DOWNLOADING SOURCES TO BUILD $@" > /dev/stderr
nix-instantiate --json --eval --strict "${NIXPKGS}" --arg expr "with import <nixpkgs>{}; [$*]" # | ./mirror.pl