about summary refs log tree commit diff
path: root/third_party/nix/src/nix/legacy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix/legacy.cc')
-rw-r--r--third_party/nix/src/nix/legacy.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/nix/src/nix/legacy.cc b/third_party/nix/src/nix/legacy.cc
new file mode 100644
index 0000000000..a0f9fc65b3
--- /dev/null
+++ b/third_party/nix/src/nix/legacy.cc
@@ -0,0 +1,7 @@
+#include "nix/legacy.hh"
+
+namespace nix {
+
+RegisterLegacyCommand::Commands* RegisterLegacyCommand::commands = nullptr;
+
+}