Nix: drop ts-node from devenv

This commit is contained in:
Rory& 2025-11-20 18:15:15 +01:00
parent cf0cb05545
commit 9c9bba344b

View File

@ -109,7 +109,6 @@
buildInputs = with pkgs; [
nodejs_24
nodePackages.typescript
nodePackages.ts-node
nodePackages.patch-package
nodePackages.prettier
];