add piston nix pkg for jelly

This commit is contained in:
Dan Vargas 2022-02-11 10:18:22 -07:00
parent 25ae43df69
commit c3d1ece81e
7 changed files with 27 additions and 20 deletions

View file

@ -39,4 +39,5 @@ args: {
"sbcl-lisp" = import ./sbcl-lisp.nix args;
"jvm-kotlin" = import ./jvm-kotlin.nix args;
"julia" = import ./julia.nix args;
"jelly" = import ./jelly.nix args;
}