aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/store.hh
blob: bc73963f3e9d790e861c7b0e00ab4186f9cd8ce9 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

template<typename T> class BasicStore;
class StoreConfig;
typedef BasicStore<StoreConfig> Store;

}