aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-19 15:09:59 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-19 15:09:59 +0000
commit83e716e65a3d497387e6bf8f33de29fff3bd269d (patch)
tree46a96b9b6e3038adb4d866b9a8e886e96ec247b7 /shell.nix
parent2217a79966ec6a3ff84ba9da4cdb9d511c1c8b23 (diff)
downloadvericert-kvx-83e716e65a3d497387e6bf8f33de29fff3bd269d.tar.gz
vericert-kvx-83e716e65a3d497387e6bf8f33de29fff3bd269d.zip
Update names of directories
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 84ead99..42cbd1d 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1 +1,7 @@
-import ./.
+with import <nixpkgs> {};
+mkShell {
+ buildInputs = [
+ coq_8_10 ocamlPackages.menhir dune ocaml
+ ocamlPackages.findlib
+ ];
+}