ocaml for nix

This commit is contained in:
Dan Vargas 2022-02-06 21:41:18 -07:00
parent e7c5b557f9
commit f94ba284df
8 changed files with 36 additions and 35 deletions

View file

@ -29,4 +29,5 @@ args: {
"php" = import ./php.nix args;
"perl" = import ./perl.nix args;
"octave" = import ./octave.nix args;
"ocaml" = import ./ocaml.nix args;
}