sd: do not install workspace xtask helper (#535366)

This commit is contained in:
Sandro
2026-06-28 21:52:40 +00:00
committed by GitHub
+4
View File
@@ -18,6 +18,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-iOCIX7hq8RqRihVQrVoU2qCTSziuJePxsexkDSCZS9c=";
# Only build the CLI; the workspace also has a build-only `xtask` helper.
cargoBuildFlags = [ "--package=sd-cli" ];
cargoTestFlags = [ "--package=sd-cli" ];
nativeBuildInputs = [ installShellFiles ];
postInstall = ''