forked from mirrors/nixpkgs
* Check eval-release.nix.
svn path=/nixpkgs/trunk/; revision=23250
This commit is contained in:
parent
cf336d9c1d
commit
e8f1c8a08a
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue