mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Perform input rewrites only in LocalDerivationGoal
This commit is contained in:
parent
6f206549ba
commit
644415d391
4 changed files with 14 additions and 12 deletions
|
|
@ -37,7 +37,7 @@ public:
|
|||
|
||||
bool substitutesAllowed() const;
|
||||
|
||||
std::optional<nlohmann::json> prepareStructuredAttrs(std::optional<StringMap> inputRewrites, Store & store, const StorePathSet & inputPaths);
|
||||
std::optional<nlohmann::json> prepareStructuredAttrs(Store & store, const StorePathSet & inputPaths);
|
||||
};
|
||||
|
||||
std::string writeStructuredAttrsShell(nlohmann::json & json);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue