diff options
Diffstat (limited to 'src/nix/legacy.cc')
-rw-r--r-- | src/nix/legacy.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nix/legacy.cc b/src/nix/legacy.cc new file mode 100644 index 000000000000..6df09ee37a5e --- /dev/null +++ b/src/nix/legacy.cc @@ -0,0 +1,7 @@ +#include "legacy.hh" + +namespace nix { + +RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0; + +} |