10 src = fetchFromGitHub {
11 owner = "hyprland-community";
14 hash = "sha256-boA2kWlHm9bEM/o0xi/1FlH6WGU4wL1RRvbGGXdzHYQ=";
17 vendorHash = "sha256-rG+oGJOABA9ee5nIpC5/U0mMsPhwvVtQvJBlQWfxi5Y=";
21 "-skip=TestHighLevelParse"
24 passthru.updateScript = nix-update-script { };
27 description = "LSP server for Hyprland's configuration language";
28 homepage = "https://en.ewen.works/hyprls";
29 changelog = "https://github.com/hyprland-community/hyprls/releases/tag/v${version}";
30 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ arthsmn ];
32 mainProgram = "hyprls";