Remane test-eval-release.sh to eval-release.sh

Since this script can also be used for non testing purposes.
This commit is contained in:
Antoine Eiche
2018-11-24 18:54:47 +01:00
parent 56cad36f75
commit ea90e519a2
+7
View File
@@ -0,0 +1,7 @@
#! /bin/sh
if [[ -z "$VERBOSE" ]]; then
echo "You may set VERBOSE=1 to see debug output or to any other non-empty string to make this script completely silent"
fi
unset HOME NIXPKGS_CONFIG # Force empty config
nix-instantiate --strict --eval-only --xml --show-trace "$(dirname "$0")"/eval-release.nix 2>&1 > /dev/null