humility: don't build xtask (#432829)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-30 23:40:26 +02:00
committed by GitHub
+3
View File
@@ -30,6 +30,9 @@ rustPlatform.buildRustPackage {
cargoHash = "sha256-GZkHPoDKiqTVwRAWXXbELXC1I/KRO+9sshY8/rGbA4A=";
# Prevent building and installing xtask, as it's a developer utility not intended for the end user
cargoBuildFlags = [ "-p humility-cli" ];
meta = with lib; {
description = "Debugger for Hubris";
mainProgram = "humility";