add piston nix pkg for iverilog

This commit is contained in:
Dan Vargas 2022-02-11 10:56:19 -07:00
parent 93cf2319f3
commit 61bac60830
8 changed files with 44 additions and 39 deletions

View file

@ -41,4 +41,5 @@ args: {
"julia" = import ./julia.nix args;
"jelly" = import ./jelly.nix args;
"openjdk-java" = import ./openjdk-java.nix args;
"iverilog" = import ./iverilog.nix args;
}