From b56f06b184afe0b1a735ac91cb450784f642d45e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 28 Jun 2020 23:23:32 +0100 Subject: Add yosys to dependencies --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index f81ded1..3906659 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ with import {}; mkShell { - buildInputs = (import ./.).buildInputs ++ [ocamlPackages.ocp-indent verilog]; + buildInputs = (import ./.).buildInputs ++ [ocamlPackages.ocp-indent verilog yosys]; } -- cgit