forth nix package

This commit is contained in:
Hydrazer 2022-06-03 08:17:41 -06:00
parent adf4136c10
commit 600d9c4631
3 changed files with 32 additions and 0 deletions

View file

@ -64,4 +64,5 @@ args: {
"llvm_ir" = import ./llvm_ir.nix args;
"mono-basic" = import ./mono-basic.nix args;
"j" = import ./j.nix args;
"forth" = import ./forth.nix args;
}