mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-30 02:53:56 +00:00
nix: add latest version of zls to flake.nix
I know not everybody uses ZLS (or LSPs in general) but I think it's very useful and it's very handy to have it in the `flake.nix` to keep it up to date with the `zig` version. As with a lot of my PRs in this project, please consider the following a disclaimer: I have 0 clue what I'm doing here and if there's a better way to do what I'm trying to do, let me know!
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
, wraptest
|
||||
, zig
|
||||
, zip
|
||||
, zls
|
||||
, llvmPackages_latest
|
||||
|
||||
, bzip2
|
||||
@@ -72,6 +73,7 @@ in mkShell rec {
|
||||
scdoc
|
||||
zig
|
||||
zip
|
||||
zls
|
||||
|
||||
# For web and wasm stuff
|
||||
nodejs
|
||||
|
||||
Reference in New Issue
Block a user