From 221ad8362fd3cc0e969a2615223e5c557f4c675c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Nov 2009 12:22:24 +0000 Subject: [PATCH] * 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 --- pkgs/top-level/make-tarball.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];