summary refs log tree commit diff
path: root/pkgs
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
parentfcddb50e66440a38551e44ab97197cd174001e92 (diff)
downloadnixpkgs-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar
nixpkgs-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.gz
nixpkgs-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.bz2
nixpkgs-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.lz
nixpkgs-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.xz
nixpkgs-221ad8362fd3cc0e969a2615223e5c557f4c675c.tar.zst
nixpkgs-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')
-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 e4257ed243b..1b04e68c2b6 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
   ];