Add typescript to flake

This commit is contained in:
Ivan Malison 2024-02-03 16:37:27 -07:00
parent a1bc5377db
commit 5f7e7e31bf

View File

@ -61,7 +61,7 @@
with pkgs; {
defaultPackage = appBuild;
devShell = mkShell {
buildInputs = [nodejs yarn watchman gradle_7 alejandra nodePackages.prettier];
buildInputs = [nodejs yarn watchman gradle_7 alejandra nodePackages.prettier typescript];
ANDROID_SDK_BIN = android-sdk;
shellHook = ''
export JAVA_HOME=${pkgs.jdk17.home}