aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 39a9043..f81ded1 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
with import <nixpkgs> {};
mkShell {
- buildInputs = (import ./.).buildInputs;
+ buildInputs = (import ./.).buildInputs ++ [ocamlPackages.ocp-indent verilog];
}