Merge pull request #314132 from newAM/cleanup-xtask-binaries

treewide: cleanup xtask binaries
This commit is contained in:
Peder Bergebakken Sundt 2024-08-03 22:26:17 +02:00 committed by GitHub
commit ec91af6409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-Fat67JxTYIkxkdwGNAyTfnuLt8ofUGVJ2609sbn1frU=";
buildAndTestSubdir = "crates/llm-ls";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];

View File

@ -18,6 +18,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-86KQpRpYSCQs6SUeG0HV26b58x/QUyovoL+5fg8JCOI=";
buildAndTestSubdir = "tokio-console";
nativeBuildInputs = [
installShellFiles
protobuf

View File

@ -16,6 +16,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-vPd1cFfoSkOnXH3zKQUB0zWDzEtao50AUrUzhpZIkgI=";
buildAndTestSubdir = "shellclear";
meta = with lib; {
description = "Secure shell history commands by finding sensitive data";
homepage = "https://github.com/rusty-ferris-club/shellclear";