mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02: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