diff options
Diffstat (limited to 'users/grfn/system/home/modules/development/ocaml.nix')
-rw-r--r-- | users/grfn/system/home/modules/development/ocaml.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/users/grfn/system/home/modules/development/ocaml.nix b/users/grfn/system/home/modules/development/ocaml.nix deleted file mode 100644 index 5dcdd8980e47..000000000000 --- a/users/grfn/system/home/modules/development/ocaml.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - home.packages = with pkgs; [ - ocaml - - # ocamlPackages.merlin - # ocamlPackages.utop - # ocamlPackages.ocp-indent - # ocamlPackages.ocamlformat - ]; - - programs.opam = { - enable = true; - enableZshIntegration = true; - }; -} |