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>2009-11-18 12:22:24 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-18 12:22:24 +0000
commit221ad8362fd3cc0e969a2615223e5c557f4c675c (patch)
tree89a4ed144e671bf6029777639560aac550f9b5eb /pkgs/top-level/make-tarball.nix
parentfcddb50e66440a38551e44ab97197cd174001e92 (diff)
downloadnixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar
nixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.gz
nixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.bz2
nixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.lz
nixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.xz
nixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.zst
nixlib-221ad8362fd3cc0e969a2615223e5c557f4c675c.zip
* Use the stable Nix to test the Nixpkgs expressions, since we always
  want to be compatible with the last stable Nix release.

svn path=/nixpkgs/trunk/; revision=18411
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index e4257ed243b3..1b04e68c2b6c 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -18,7 +18,7 @@ releaseTools.makeSourceTarball {
     libxml2 # Needed for the release notes.
     libxslt
     w3m
-    nixUnstable # Needed to check whether the expressions are valid.
+    nix # Needed to check whether the expressions are valid.
     tetex dblatex
   ];