humility: don't build xtask

This commit is contained in:
Marie Ramlow
2025-08-28 19:55:07 +02:00
parent 865725e544
commit 0c83469d75
+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";