Drop --xml, it's no longer needed
This commit is contained in:
parent
2a5098384e
commit
2ae2b0bca3
@ -63,8 +63,7 @@ releaseTools.sourceTarball {
|
|||||||
done
|
done
|
||||||
|
|
||||||
header "checking eval-release.nix"
|
header "checking eval-release.nix"
|
||||||
nix-instantiate --eval-only --strict --xml --show-trace ./maintainers/scripts/eval-release.nix > $TMPDIR/out.xml
|
nix-instantiate --eval-only --strict --show-trace ./maintainers/scripts/eval-release.nix > /dev/null
|
||||||
xmllint --noout $TMPDIR/out.xml
|
|
||||||
stopNest
|
stopNest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user