mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Move writeStructuredAttrsShell out of ParsedDerivation class
This commit is contained in:
parent
27ce722638
commit
6f206549ba
5 changed files with 13 additions and 9 deletions
|
|
@ -38,7 +38,8 @@ public:
|
|||
bool substitutesAllowed() const;
|
||||
|
||||
std::optional<nlohmann::json> prepareStructuredAttrs(std::optional<StringMap> inputRewrites, Store & store, const StorePathSet & inputPaths);
|
||||
std::string writeStructuredAttrsShell(nlohmann::json & json);
|
||||
};
|
||||
|
||||
std::string writeStructuredAttrsShell(nlohmann::json & json);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue