aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/shell.nix b/shell.nix
deleted file mode 100644
index a80b1be..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-with import <nixpkgs> {};
-
-mkShell {
- buildInputs = (import ./.).buildInputs ++ [ ocamlPackages.ocp-indent
- ocamlPackages.merlin ocamlPackages.utop
- # (import ./.)
- ];
-}