aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-06-24 18:28:16 +0100
committerYann Herklotz <git@yannherklotz.com>2022-06-24 18:28:16 +0100
commit7e5ab23030c7160f7fea631d457eeba84917e783 (patch)
treecb6ba5beb090025a73050e063b2227d10bb15644 /shell.nix
parentdaf1e49862cfd0fff4fea9736815e14f335ff2c8 (diff)
downloadvericert-7e5ab23030c7160f7fea631d457eeba84917e783.tar.gz
vericert-7e5ab23030c7160f7fea631d457eeba84917e783.zip
Move nix config to flake
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 ./.)
- ];
-}