mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
7 lines
73 B
Nix
7 lines
73 B
Nix
{ callPackage
|
|
}:
|
|
|
|
{
|
|
verilog = callPackage ./modelgen-verilog.nix {};
|
|
}
|