1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

libstore: remove useless fmt

This commit is contained in:
Cole Helbling 2025-10-21 10:06:03 -07:00
parent a4a49a9dae
commit 62247af363
No known key found for this signature in database

View file

@ -239,7 +239,6 @@ Goal::Co DerivationBuildingGoal::tryToBuild()
: buildMode == bmCheck ? "checking outputs of '%s'" : buildMode == bmCheck ? "checking outputs of '%s'"
: "building '%s'", : "building '%s'",
worker.store.printStorePath(drvPath)); worker.store.printStorePath(drvPath));
fmt("building '%s'", worker.store.printStorePath(drvPath));
#ifndef _WIN32 // TODO enable build hook on Windows #ifndef _WIN32 // TODO enable build hook on Windows
if (hook) if (hook)
msg += fmt(" on '%s'", hook->machineName); msg += fmt(" on '%s'", hook->machineName);