init: add code
This commit is contained in:
parent
475596444a
commit
1e09c02cb9
20 changed files with 2432 additions and 147 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pnpm_10
|
||||
nodejs_25
|
||||
vscode-langservers-extracted
|
||||
typescript
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue