Skip to content

Commit

Permalink
Merge pull request NixOS#314132 from newAM/cleanup-xtask-binaries
Browse files Browse the repository at this point in the history
treewide: cleanup xtask binaries
  • Loading branch information
pbsds authored Aug 3, 2024
2 parents f5d301a + dc9f57c commit ec91af6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/ll/llm-ls/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ rustPlatform.buildRustPackage {

cargoHash = "sha256-Fat67JxTYIkxkdwGNAyTfnuLt8ofUGVJ2609sbn1frU=";

buildAndTestSubdir = "crates/llm-ls";

nativeBuildInputs = [ pkg-config ];

buildInputs = [ openssl ];
Expand Down
2 changes: 2 additions & 0 deletions pkgs/development/tools/tokio-console/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ rustPlatform.buildRustPackage rec {

cargoHash = "sha256-86KQpRpYSCQs6SUeG0HV26b58x/QUyovoL+5fg8JCOI=";

buildAndTestSubdir = "tokio-console";

nativeBuildInputs = [
installShellFiles
protobuf
Expand Down
2 changes: 2 additions & 0 deletions pkgs/tools/security/shellclear/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ec91af6

Please sign in to comment.