* Make all ocaml versions available in the proper way.
svn path=/nixpkgs/trunk/; revision=17805
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
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; }
|
||||
]
|
||||
Reference in New Issue
Block a user