updated shell paths

This commit is contained in:
Ifrahim Ansari 2026-02-15 11:54:06 -05:00
parent 5e09d5e5a6
commit b9eeeb99c2
2 changed files with 15 additions and 5 deletions

View file

@ -0,0 +1,10 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [
pnpm
typescript-language-server
];
}