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:
parent
a629ce3dec
commit
07df87652c
6 changed files with 15 additions and 21 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue