6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
11 owner = "Decodetalkers";
14 hash = "sha256-qc0cWEnMH5S4fr9dMQHSWQ2NsCpfWxGvhkYJF7pgnKI=";
17 cargoHash = "sha256-oPyMHrJTZYavE/M7PrTVv387KShLTg+Kwxg5sRYEkN4=";
20 description = "A cmake lsp based on tower-lsp and treesitter";
21 homepage = "https://github.com/Decodetalkers/neocmakelsp";
22 license = licenses.mit;
23 platforms = platforms.linux;
24 maintainers = with maintainers; [ rewine ];
25 mainProgram = "neocmakelsp";