add piston nix pkg for openjdk-java

This commit is contained in:
Dan Vargas 2022-02-11 10:45:31 -07:00
parent c3d1ece81e
commit 93cf2319f3
7 changed files with 35 additions and 30 deletions

View file

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