1 2 3 4 5
#include "platform/fallback.hh" namespace nix { static RegisterStoreImplementation<FallbackLocalStore, LocalStoreConfig> regLocalStore; }