summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-11 17:16:27 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-11 17:16:27 +0100
commit9b281cd5a271360501ddca6d8f6aee920bd9ba2c (patch)
treec8ca7b34c94e7ef247b634067f41c0edb14fff02 /flake.nix
parentParser: fix tests (diff)
downloadinterpreter-9b281cd5a271360501ddca6d8f6aee920bd9ba2c.tar.gz
interpreter-9b281cd5a271360501ddca6d8f6aee920bd9ba2c.tar.bz2
interpreter-9b281cd5a271360501ddca6d8f6aee920bd9ba2c.zip
Misc: Improve lsp errors
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b84930d..d638325 100644
--- a/flake.nix
+++ b/flake.nix
@@ -21,6 +21,7 @@
       pkgs.mkShell {
         buildInputs = with pkgs; [
             zig.packages."${system}".master
+            zls
         ];
       };
   in {