1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-06 09:01:01 +01:00

Don't include uds-remote-store.md from a header file

Closes #8484.
This commit is contained in:
Eelco Dolstra 2023-06-12 11:10:55 +02:00
parent 03f9ff6ea5
commit 87c66f6b0f
2 changed files with 9 additions and 6 deletions

View file

@ -13,6 +13,14 @@
namespace nix {
std::string UDSRemoteStoreConfig::doc()
{
return
#include "uds-remote-store.md"
;
}
UDSRemoteStore::UDSRemoteStore(const Params & params)
: StoreConfig(params)
, LocalFSStoreConfig(params)