add piston nix pkg for jvm-kotlin

This commit is contained in:
Dan Vargas 2022-02-11 09:28:03 -07:00
parent 2d7609f5a2
commit 58a46e3b0a
8 changed files with 40 additions and 36 deletions

View file

@ -37,4 +37,5 @@ args: {
"lua" = import ./lua.nix args;
"lolcode" = import ./lolcode.nix args;
"sbcl-lisp" = import ./sbcl-lisp.nix args;
"jvm-kotlin" = import ./jvm-kotlin.nix args;
}