summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-26 11:57:44 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-03-26 11:59:00 +0100
commitbcc14c4d3c986b56a3975ca6149abe9fb56221d2 (patch)
tree8d4d22089778ca28900ef4f06b04e6ca5db30113 /pkgs/top-level/make-tarball.nix
parent993fc7206de8719f4e9e94c2f29580617a18a1ec (diff)
downloadnixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.tar
nixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.tar.gz
nixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.tar.bz2
nixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.tar.lz
nixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.tar.xz
nixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.tar.zst
nixlib-bcc14c4d3c986b56a3975ca6149abe9fb56221d2.zip
Add an "unstable" aggregate to replace the "unstable" view
Views are obsolete, aggregates are the declarative replacement.
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index cd70773869de..7fb597fd6d8e 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -2,9 +2,7 @@
    also builds the documentation and tests whether the Nix expressions
    evaluate correctly. */
 
-{ nixpkgs ? { outPath = (import ./all-packages.nix {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }
-, officialRelease ? false
-}:
+{ nixpkgs, officialRelease }:
 
 with import nixpkgs.outPath {};