diff --git a/flake.nix b/flake.nix index e160f70..e659ce4 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ tablejohn = naersk'.buildPackage { root = ./.; - nativeBuildInputs = [ pkgs.nodePackages.typescript ]; + nativeBuildInputs = [ pkgs.typescript ]; }; default = tablejohn; }