diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 55add18dd..1557c6242 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -46,6 +46,11 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig "require-sigs", "Whether store paths copied into this store should have a trusted signature."}; + Setting readOnly{(StoreConfig*) this, + false, + "read-only", + "TODO"}; + const std::string name() override { return "Local Store"; } std::string doc() override;