uutils-hostname: add cargoBuildFlags

This commit is contained in:
kyehn
2026-02-18 13:27:50 +08:00
committed by kyehn
parent a206d7f88d
commit 74efd00554
@@ -18,6 +18,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-gt1cC06Viu0trXL1+0/EToybSAJwFL3KVSltqUtpGj0=";
cargoBuildFlags = [ "--package uu_hostname" ];
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=branch" ];
};