diff options
| author | Théo Zimmermann | 2017-11-30 13:33:18 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2017-11-30 13:35:45 +0100 |
| commit | 03d7ff2f27b31bf2f7259064184b1b93f53d7998 (patch) | |
| tree | 9f49b70e72334217c2beb8245baa2bf40c5515c7 | |
| parent | ee45637ac2431fe2df1994f2337d8801e2aeff9a (diff) | |
Add merlin in the dependencies of nix-shell only.
| -rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 9efabdbc2d..86f86ff99b 100644 --- a/default.nix +++ b/default.nix @@ -49,6 +49,8 @@ stdenv.mkDerivation rec { rsync which + ] else []) ++ (if lib.inNixShell then [ + ocamlPackages.merlin ] else []); src = |
