aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-binary-cache-store.hh
blob: 727d60cb371a4108b6efb321f75e89bdddf30774 (plain)
1
2
3
4
5
6
7
8
#pragma once
///@file

namespace nix {

void registerLocalBinaryCacheStore();

}