forked from mirrors/nixpkgs
Drop --xml, it's no longer needed
This commit is contained in:
parent
2a5098384e
commit
2ae2b0bca3
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue