11 src = fetchFromGitHub {
12 owner = "hyprland-community";
15 hash = "sha256-PW1AXt8swS86Ucxad8R4exKOJ0Kww23Q1UKBmsKlsc8=";
18 vendorHash = "sha256-rG+oGJOABA9ee5nIpC5/U0mMsPhwvVtQvJBlQWfxi5Y=";
22 "-skip=TestHighLevelParse"
25 passthru.updateScript = nix-update-script { };
28 description = "LSP server for Hyprland's configuration language";
29 homepage = "https://en.ewen.works/hyprls";
30 changelog = "https://github.com/hyprland-community/hyprls/releases/tag/v${version}";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ arthsmn ];
33 mainProgram = "hyprls";