* Bump the Nixpkgs baseline. This should fix the broken Autoconf scripts.
* Bump the Nixpkgs baseline. This should fix the broken Autoconf scripts. svn path=/configurations/trunk/tud/; revision=12504
Eelco Dolstra committed
Aug 5, 2008 at 14:07 UTC
5980037700061d30a0ccff46bb9279295a5c3b9c
1 file changed
+1
-1
buildfarm/jobs.nix
+1
-1
@@ -11,7 +11,7 @@ let
11
inputs = {
12
job = pathInput ../../../release;
13
#job = svnInput jobBaseline;
14
- nixpkgs = svnInputRev nixpkgsBaseline 12133;
14
+ nixpkgs = svnInputRev nixpkgsBaseline 12485;
15
} // attrs.inputs;
16
};
17