aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/parsed-derivations.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-07-12 17:17:13 +0200
committerEelco Dolstra <edolstra@gmail.com>2021-07-12 17:32:23 +0200
commit02dff9e5299eccd8199dfbf1b5c20bf6ed9f07bd (patch)
tree43d115591c59f81cd7e6d4955bd95dd3ea3c4d5b /src/libstore/parsed-derivations.hh
parente06c272c12bc5e401e4894b7ad875a88c5aa714b (diff)
Style
Diffstat (limited to 'src/libstore/parsed-derivations.hh')
-rw-r--r--src/libstore/parsed-derivations.hh2
1 files changed, 1 insertions, 1 deletions
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<nlohmann::json> prepareStructuredAttrs(Store & store, const StorePathSet & inputPaths);
};
-std::string writeStructuredAttrsShell(nlohmann::json & json);
+std::string writeStructuredAttrsShell(const nlohmann::json & json);
}