Nix/src/libcmd/legacy.cc
2021-01-26 06:22:24 -05:00

8 lines
113 B
C++

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