add piston nix pkg for groovy

This commit is contained in:
Dan Vargas 2022-02-11 15:22:57 -07:00
parent 2bc7155895
commit 226eca1fb9
8 changed files with 56 additions and 52 deletions

View file

@ -43,4 +43,5 @@ args: {
"openjdk-java" = import ./openjdk-java.nix args;
"iverilog" = import ./iverilog.nix args;
"ghc-haskell" = import ./ghc-haskell.nix args;
"groovy" = import ./groovy.nix args;
}