nix-super/src/nix/legacy.cc

8 lines
113 B
C++
Raw Normal View History

#include "legacy.hh"
namespace nix {
RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0;
}