mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
68d9ecff4c
tested gnucap-full still works as well
7 lines
73 B
Nix
7 lines
73 B
Nix
{ callPackage
|
|
}:
|
|
|
|
{
|
|
verilog = callPackage ./modelgen-verilog.nix {};
|
|
}
|