2007-09-01 11:26:13 -07:00
|
|
|
args:
|
2008-01-28 11:29:28 -08:00
|
|
|
builtins.listToAttrs [
|
|
|
|
{ name = "recurseForDerivations"; value = true; }
|
|
|
|
{ name = "0.14.6"; value = (import ./0.14.6.nix) args; }
|
|
|
|
{ name = "0.15"; value = (import ./0.15.nix) args; }
|
|
|
|
{ name = "0.16.x"; value = (import ./0.16.x.nix) args; }
|
|
|
|
]
|