From fd52cc1edbe192e3a4b6e6780be8761d5702664b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 17 Dec 2020 10:03:56 +0000 Subject: Add build files for loop pipelining --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 81d40f6..a80b1be 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,6 @@ with import {}; mkShell { buildInputs = (import ./.).buildInputs ++ [ ocamlPackages.ocp-indent ocamlPackages.merlin ocamlPackages.utop + # (import ./.) ]; } -- cgit