release-small: make hydra evaluate fine for stdenv-updates
In my previous commit I didn't know it was using release-small, instead of release.nix.
This commit is contained in:
parent
d8fbcb7903
commit
6bc378f584
|
@ -31,7 +31,7 @@ with (import ./release-lib.nix);
|
||||||
bc = all;
|
bc = all;
|
||||||
binutils = linux;
|
binutils = linux;
|
||||||
bind = linux;
|
bind = linux;
|
||||||
bison24 = all;
|
bison26 = linux;
|
||||||
boostFull = all;
|
boostFull = all;
|
||||||
bsdiff = all;
|
bsdiff = all;
|
||||||
bzip2 = all;
|
bzip2 = all;
|
||||||
|
|
Loading…
Reference in New Issue