nixpkgs/pkgs/by-name/gn/gnucap/plugins.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
73 B
Nix
Raw Normal View History

{ callPackage
}:
{
verilog = callPackage ./modelgen-verilog.nix {};
}