add dune to nix env
This commit is contained in:
parent
d76c179141
commit
1eb337c38c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
core_extended
|
core_extended
|
||||||
findlib
|
findlib
|
||||||
utop
|
utop
|
||||||
|
dune
|
||||||
];
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
alias utop="utop -init ${ocamlInit}"
|
alias utop="utop -init ${ocamlInit}"
|
||||||
|
|
Loading…
Reference in a new issue