Drop --xml, it's no longer needed

This commit is contained in:
Eelco Dolstra 2013-10-06 00:20:22 +02:00
parent 2a5098384e
commit 2ae2b0bca3

View file

@ -63,8 +63,7 @@ releaseTools.sourceTarball {
done
header "checking eval-release.nix"
nix-instantiate --eval-only --strict --xml --show-trace ./maintainers/scripts/eval-release.nix > $TMPDIR/out.xml
xmllint --noout $TMPDIR/out.xml
nix-instantiate --eval-only --strict --show-trace ./maintainers/scripts/eval-release.nix > /dev/null
stopNest
'';