* Check eval-release.nix.

svn path=/nixpkgs/trunk/; revision=23250
This commit is contained in:
Eelco Dolstra 2010-08-19 14:33:44 +00:00
parent cf336d9c1d
commit e8f1c8a08a

View file

@ -56,6 +56,11 @@ releaseTools.makeSourceTarball {
-qa \* --drv-path --system-filter \* --system --meta --xml
stopNest
done
header "checking eval-release.nix"
nix-instantiate --eval-only --strict --xml ./maintainers/scripts/eval-release.nix > $TMPDIR/out.xml
xmllint --noout $TMPDIR/out.xml
stopNest
'';
distPhase = ''