Merge pull request #314132 from newAM/cleanup-xtask-binaries
treewide: cleanup xtask binaries
This commit is contained in:
commit
ec91af6409
@ -21,6 +21,8 @@ rustPlatform.buildRustPackage {
|
|||||||
|
|
||||||
cargoHash = "sha256-Fat67JxTYIkxkdwGNAyTfnuLt8ofUGVJ2609sbn1frU=";
|
cargoHash = "sha256-Fat67JxTYIkxkdwGNAyTfnuLt8ofUGVJ2609sbn1frU=";
|
||||||
|
|
||||||
|
buildAndTestSubdir = "crates/llm-ls";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
@ -18,6 +18,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoHash = "sha256-86KQpRpYSCQs6SUeG0HV26b58x/QUyovoL+5fg8JCOI=";
|
cargoHash = "sha256-86KQpRpYSCQs6SUeG0HV26b58x/QUyovoL+5fg8JCOI=";
|
||||||
|
|
||||||
|
buildAndTestSubdir = "tokio-console";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
installShellFiles
|
installShellFiles
|
||||||
protobuf
|
protobuf
|
||||||
|
@ -16,6 +16,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
cargoHash = "sha256-vPd1cFfoSkOnXH3zKQUB0zWDzEtao50AUrUzhpZIkgI=";
|
cargoHash = "sha256-vPd1cFfoSkOnXH3zKQUB0zWDzEtao50AUrUzhpZIkgI=";
|
||||||
|
|
||||||
|
buildAndTestSubdir = "shellclear";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Secure shell history commands by finding sensitive data";
|
description = "Secure shell history commands by finding sensitive data";
|
||||||
homepage = "https://github.com/rusty-ferris-club/shellclear";
|
homepage = "https://github.com/rusty-ferris-club/shellclear";
|
||||||
|
Loading…
Reference in New Issue
Block a user