diff options
Diffstat (limited to 'src/nix/prefetch-command.hh')
-rw-r--r-- | src/nix/prefetch-command.hh | 8 |
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(); + +} |