updated shell paths
This commit is contained in:
parent
5e09d5e5a6
commit
b9eeeb99c2
2 changed files with 15 additions and 5 deletions
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pnpm
|
||||
typescript-language-server
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue