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

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