fixup! Make the store plugins more introspectable

This commit is contained in:
regnat 2020-09-11 11:13:41 +02:00
parent 1129913c4e
commit 29a632386e

View file

@ -1,9 +0,0 @@
#pragma once
namespace nix {
template<typename T> class BasicStore;
class StoreConfig;
typedef BasicStore<StoreConfig> Store;
}