add dune to nix env

This commit is contained in:
Vladan Popovic 2020-12-06 01:10:02 +01:00
parent d76c179141
commit 1eb337c38c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
core_extended
findlib
utop
dune
];
shellHook = ''
alias utop="utop -init ${ocamlInit}"