aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-09 15:04:35 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-09 15:04:35 +0000
commit9db71b35b4b37b0b0228d0d8e4615ab4481ac2f4 (patch)
tree59a26c0fcebffe6db47f6f2f59d25ea5e6740617 /shell.nix
parent6e290b7049fc874c32e62ab816493dc5200ebc4e (diff)
downloadvericert-9db71b35b4b37b0b0228d0d8e4615ab4481ac2f4.tar.gz
vericert-9db71b35b4b37b0b0228d0d8e4615ab4481ac2f4.zip
Update envrc
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 84ead99..63f0123 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1 +1,5 @@
-import ./.
+with import <nixpkgs> {};
+mkShell {
+ buildInputs = [ coq_8_10 ocamlPackages.menhir dune
+ ocaml ocamlPackages.findlib ];
+}