about summary refs log tree commit diff
path: root/maintainers/scripts/test-eval-release.sh
blob: 4ab3f9775a0fe7928fa7185ef2ac2af779b15408 (plain) (blame)
1
2
3
4
5
6
#! /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
nix-instantiate --strict --eval-only --xml --show-trace "$(dirname "$0")"/eval-release.nix 2>&1 > /dev/null