aboutsummaryrefslogtreecommitdiff
path: root/src/legacy/build-remote.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/legacy/build-remote.hh')
-rw-r--r--src/legacy/build-remote.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/legacy/build-remote.hh b/src/legacy/build-remote.hh
new file mode 100644
index 000000000..c4a35f706
--- /dev/null
+++ b/src/legacy/build-remote.hh
@@ -0,0 +1,8 @@
+#pragma once
+/// @file
+
+namespace nix {
+
+void registerBuildRemote();
+
+}