Add stdenv bootstrap tools generation to release.nix

This commit is contained in:
Eelco Dolstra
2015-10-23 13:05:36 +02:00
parent e48ad583b0
commit 45c7dd7d98
5 changed files with 53 additions and 37 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
also builds the documentation and tests whether the Nix expressions
evaluate correctly. */
{ nixpkgs, officialRelease }:
{ pkgs, nixpkgs, officialRelease }:
with import nixpkgs.outPath {};
with pkgs;
releaseTools.sourceTarball rec {
name = "nixpkgs-tarball";