at 18.09-beta 321 B view raw
1#! /bin/sh 2 3if [[ -z "$VERBOSE" ]]; then 4 echo "You may set VERBOSE=1 to see debug output or to any other non-empty string to make this script completely silent" 5fi 6unset HOME NIXPKGS_CONFIG # Force empty config 7nix-instantiate --strict --eval-only --xml --show-trace "$(dirname "$0")"/eval-release.nix 2>&1 > /dev/null