f316832e3a
svn path=/nixpkgs/trunk/; revision=16061
10 lines
318 B
Nix
10 lines
318 B
Nix
args:
|
|
|
|
builtins.listToAttrs [
|
|
{ name = "3.08.0"; value = import ./3.08.0.nix args; }
|
|
{ name = "3.09.1"; value = import ./3.09.1.nix args; }
|
|
{ name = "3.10.0"; value = import ./3.10.0.nix args; }
|
|
{ name = "3.11.1"; value = import ./3.11.1.nix args; }
|
|
{ name = "default"; value = import ./3.11.1.nix args; }
|
|
]
|