add LSPs for the frontend to devshell and fix default.nix formatting

This commit is contained in:
nelind
2025-12-25 21:04:32 +00:00
committed by Tangled
parent d8451f3219
commit 3af1b7ee44
2 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ in rustPlatform.buildRustPackage {
./Cargo.toml
./Cargo.lock
./src
./.sqlx
./migrations
./frontend
./.sqlx
./migrations
./frontend
]
);
};
+6 -1
View File
@@ -15,6 +15,8 @@
# frontend tooling
deno,
svelte-language-server,
typescript-language-server,
}: let
defaultPackage = callPackage ./default.nix { };
in mkShell {
@@ -34,5 +36,8 @@ in mkShell {
rust-analyzer
deno
svelte-language-server
typescript-language-server
];
}
}