Commit Graph

16 Commits

Author SHA1 Message Date
Jost Alemann
278d50f134 zls: set __structuredAttrs 2026-04-17 10:30:49 +02:00
Jost Alemann
208a24bfa5 zls: modernize; add zls_0_16
Modernize by using `zigBuildFlags` instead of linking deps in
`postConfigure`.

Add zls_0_16.
Release Notes: https://zigtools.org/zls/releases/0.16.0/
Diff: https://github.com/zigtools/zls/compare/0.15.1...0.16.0
2026-04-16 23:54:54 +02:00
Jörg Thalheim
b1a6d54b94 zls: fix build by moving dep linking to postConfigure
Commit e20232eab6 moved ZIG_GLOBAL_CACHE_DIR setup from an
addEnvHooks call (which ran before all phases) into zigConfigurePhase.
This broke zls because $ZIG_GLOBAL_CACHE_DIR was unset during
postPatch, causing `ln -s ... /p` (Permission denied).

Move the symlink creation to postConfigure where the variable is now
available.
2026-02-08 20:04:22 +01:00
Jared Baur
2a7dd87f00 treewide: remove usage of zig.hook
With recent changes to the zig setup hook, it is no longer necessary to
include zig.hook in the derivation inputs.
2026-01-14 06:22:18 -08:00
Jost Alemann
8cc8fb5c7a zls: 0.15.0 -> 0.15.1
Diff: https://github.com/zigtools/zls/compare/0.15.0...0.15.1

got `deps.nix` from https://github.com/zigtools/zls/blob/0.15.1/deps.nix
but removed unused `fetchgit`
2025-12-05 05:12:14 +01:00
Michael Daniels
1d0bb7b61b treewide: drop figsoda as maintainer (part 3)
s/^\s*figsoda\s*$//
2025-11-02 20:16:11 -05:00
Jost Alemann
c3183717de zls: 0.14.0 -> 0.15.0
Changelog: https://zigtools.org/zls/releases/0.15.0/
Diff: https://github.com/zigtools/zls/compare/0.14.0...0.15.0

removed tracy from `deps_0_15.nix` as instructed here:
ce6c8f02c7/build.zig.zon (L9-L13)
2025-09-13 09:51:51 +02:00
Jared Baur
e6ff273e69 zls: add jmbaur as maintainer 2025-09-06 17:36:36 -07:00
Jared Baur
e03b4efc09 zls_0_15: init at 0.15.0 2025-09-06 17:36:34 -07:00
Jared Baur
be4544b19c zls_0_14: init at 0.14.0
This moves zls out of by-name in preparation for adding more zls
versions with shared nix expressions.
2025-09-06 17:36:15 -07:00
PoweredByPie
d796cb807f zls: Move zls to pkgs/development/tools/language-servers
Follows convention of commit e4d0f455fa.
2023-02-17 23:36:00 -08:00
zowoq
a170fbe73a zls: set platforms 2022-07-18 19:46:41 +10:00
zowoq
05285cab55 zls: unstable-2021-06-06 -> 0.9.0 2022-07-13 07:46:10 +10:00
fortuneteller2k
ee7ee13b27 zls: 0.1.0 -> unstable-2021-06-06 2021-06-06 14:19:07 +08:00
fortuneteller2k
c2b1797d0f zls: build for baseline arch, cleanup 2021-05-20 10:25:16 +08:00
fortuneteller2k
c0cca46ef0 zls: init at 0.1.0 2021-04-24 03:42:41 +08:00