From 1eb337c38c86822ddaba35b431d9651fac72630f Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 6 Dec 2020 01:10:02 +0100 Subject: [PATCH] add dune to nix env --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 2ad52bd..cd97f74 100644 --- a/default.nix +++ b/default.nix @@ -25,6 +25,7 @@ stdenv.mkDerivation rec { core_extended findlib utop + dune ]; shellHook = '' alias utop="utop -init ${ocamlInit}"