Merge pull request #198331 from malob/add-typescript-to-top-level

typescript: add to top-level
This commit is contained in:
Mario Rodas 2022-10-30 11:36:41 -05:00 committed by GitHub
commit 015e6ab6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15228,6 +15228,8 @@ with pkgs;
tinyscheme = callPackage ../development/interpreters/tinyscheme { };
inherit (nodePackages) typescript;
bupc = callPackage ../development/compilers/bupc { };
uasm = callPackage ../development/compilers/uasm { };