From 02dff9e5299eccd8199dfbf1b5c20bf6ed9f07bd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 12 Jul 2021 17:17:13 +0200 Subject: Style --- src/libstore/parsed-derivations.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/parsed-derivations.hh') diff --git a/src/libstore/parsed-derivations.hh b/src/libstore/parsed-derivations.hh index 5e3fb93ca..effcf099d 100644 --- a/src/libstore/parsed-derivations.hh +++ b/src/libstore/parsed-derivations.hh @@ -40,6 +40,6 @@ public: std::optional prepareStructuredAttrs(Store & store, const StorePathSet & inputPaths); }; -std::string writeStructuredAttrsShell(nlohmann::json & json); +std::string writeStructuredAttrsShell(const nlohmann::json & json); } -- cgit v1.2.3