diff options
| author | Maxime Dénès | 2017-12-07 13:55:54 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-07 13:55:54 +0100 |
| commit | 2f7b3abe3edbb681586735482351a814e9c31843 (patch) | |
| tree | a510723a2bd7ddebd7e34d6ad85c510335b60629 | |
| parent | 2bb33cd402137f72861eda559c51014f48f6f633 (diff) | |
[default.nix] Add ocpIndent and ocp-index.
| -rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 5b5304e5a0..3dd24bac4d 100644 --- a/default.nix +++ b/default.nix @@ -55,6 +55,8 @@ stdenv.mkDerivation rec { ] else []) ++ (if lib.inNixShell then [ ocamlPackages.merlin + ocamlPackages.ocpIndent + ocamlPackages.ocp-index ] else []); src = |
