Loading pkgs/by-name/pr/protols/package.nix +3 −0 Original line number Diff line number Diff line { lib, protobuf, rustPlatform, fetchFromGitHub, }: Loading @@ -17,6 +18,8 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-q3GMizdBupQSMVCuRqLjuw0Mof1q3UYOdUBugmrTDMU="; env.FALLBACK_INCLUDE_PATH = "${protobuf}/include"; meta = { description = "Protocol Buffers language server written in Rust"; homepage = "https://github.com/coder3101/protols"; Loading Loading
pkgs/by-name/pr/protols/package.nix +3 −0 Original line number Diff line number Diff line { lib, protobuf, rustPlatform, fetchFromGitHub, }: Loading @@ -17,6 +18,8 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-q3GMizdBupQSMVCuRqLjuw0Mof1q3UYOdUBugmrTDMU="; env.FALLBACK_INCLUDE_PATH = "${protobuf}/include"; meta = { description = "Protocol Buffers language server written in Rust"; homepage = "https://github.com/coder3101/protols"; Loading