sd: do not install workspace xtask helper (#535366)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user