606b413f1f
I've added listOfListsToAttrs to lib because I don't like to type "name =" and "value =". svn path=/nixpkgs/branches/stdenv-updates/; revision=9734
9 lines
233 B
Nix
9 lines
233 B
Nix
args:
|
|
args.lib.listOfListsToAttrs [
|
|
[ "recurseForDerivations" true ]
|
|
[ "0.14.6" (import ./0.14.6.nix args) ]
|
|
[ "0.15" (import ./0.15.nix args) ]
|
|
[ "0.16.x" (import ./0.16.x.nix args) ]
|
|
[ "default" (import ./0.16.x.nix args) ]
|
|
]
|