aboutsummaryrefslogtreecommitdiff
path: root/src/legacy/build-remote.hh
blob: c4a35f70653674fdf34fb0ad792ebcb07c9754b6 (plain)
1
2
3
4
5
6
7
8
#pragma once
/// @file

namespace nix {

void registerBuildRemote();

}