1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 16:31:47 +02:00
This commit is contained in:
Eelco Dolstra 2021-07-12 17:17:13 +02:00
parent e06c272c12
commit 02dff9e529
2 changed files with 14 additions and 16 deletions

View file

@ -40,6 +40,6 @@ public:
std::optional<nlohmann::json> prepareStructuredAttrs(Store & store, const StorePathSet & inputPaths);
};
std::string writeStructuredAttrsShell(nlohmann::json & json);
std::string writeStructuredAttrsShell(const nlohmann::json & json);
}