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