1
2
3
4
5
6
7
#include "lix/libcmd/legacy.hh"

namespace nix {

LegacyCommandRegistry::LegacyCommandMap * LegacyCommandRegistry::commands = 0;

}