mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 11:49:35 +01:00
SubstitutionGoal -> PathSubstitutionGoal
To prepare for the upcoming DrvOutputSubstitutionGoal
This commit is contained in:
parent
e64cf8e0a3
commit
5d1c05b075
7 changed files with 43 additions and 40 deletions
|
|
@ -281,7 +281,9 @@ private:
|
|||
void createUser(const std::string & userName, uid_t userId) override;
|
||||
|
||||
friend struct LocalDerivationGoal;
|
||||
friend struct PathSubstitutionGoal;
|
||||
friend struct SubstitutionGoal;
|
||||
friend struct DerivationGoal;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue