{ pkgs ? import {} }: with pkgs; mkShell { packages = [ verilog gnumake ]; }