1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-04 16:10:59 +01:00

Make keys of Derivation*Goal more legible

The property that substitution goals come first is still preserved
This commit is contained in:
John Ericson 2025-10-11 18:38:23 -04:00
parent a629ce3dec
commit 07df87652c
6 changed files with 15 additions and 21 deletions

View file

@ -153,8 +153,6 @@ Goal::Co DrvOutputSubstitutionGoal::realisationFetched(
std::string DrvOutputSubstitutionGoal::key()
{
/* "a$" ensures substitution goals happen before derivation
goals. */
return "a$" + std::string(id.to_string());
}