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