From 9161696a5056939086d1f372b9ae1f274094dad7 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 1 Apr 2020 19:23:58 +0100 Subject: Add necessary dependencies --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 39a9043..f81ded1 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ with import {}; mkShell { - buildInputs = (import ./.).buildInputs; + buildInputs = (import ./.).buildInputs ++ [ocamlPackages.ocp-indent verilog]; } -- cgit