aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
blob: 390665922a090c0fd7be9d886be53bcacdb88f78 (plain)
1
2
3
4
5
with import <nixpkgs> {};

mkShell {
  buildInputs = (import ./.).buildInputs ++ [ocamlPackages.ocp-indent verilog yosys];
}