diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-11 17:16:27 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-11 17:16:27 +0100 |
commit | 9b281cd5a271360501ddca6d8f6aee920bd9ba2c (patch) | |
tree | c8ca7b34c94e7ef247b634067f41c0edb14fff02 /flake.nix | |
parent | Parser: fix tests (diff) | |
download | interpreter-9b281cd5a271360501ddca6d8f6aee920bd9ba2c.tar.gz interpreter-9b281cd5a271360501ddca6d8f6aee920bd9ba2c.tar.bz2 interpreter-9b281cd5a271360501ddca6d8f6aee920bd9ba2c.zip |
Misc: Improve lsp errors
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
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 { |