Skip to content

Commit 60a96a8

Browse files
committed
fix: missing lua lsp alias
1 parent 7b3369b commit 60a96a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
] (nixpkgs.lib.importTOML ./pyproject.toml).tool.ruff.target-version;
3535
in
3636
{
37+
packages = forEachSupportedSystem (
38+
{ pkgs }:
39+
{
40+
lua-language-server = pkgs.lua-language-server;
41+
}
42+
);
3743
devShells = forEachSupportedSystem (
3844
{ pkgs }:
3945
{

0 commit comments

Comments
 (0)