chore(nix): add lsp to devshell
This commit is contained in:
parent
6a8d5158c6
commit
4989d00457
@ -22,7 +22,11 @@
|
|||||||
in {
|
in {
|
||||||
devShells.default = config.mk-naked-shell.lib.mkNakedShell {
|
devShells.default = config.mk-naked-shell.lib.mkNakedShell {
|
||||||
name = "musikspider-devshell";
|
name = "musikspider-devshell";
|
||||||
packages = with pkgs; [nodejs-slim_latest bun];
|
packages = with pkgs; [
|
||||||
|
nodejs-slim_latest bun
|
||||||
|
nodePackages.svelte-language-server
|
||||||
|
nodePackages.typescript-language-server
|
||||||
|
];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export PATH="$PATH:$PWD/node_modules/.bin"
|
export PATH="$PATH:$PWD/node_modules/.bin"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user