about summary refs log tree commit diff
path: root/third_party/nix/src/nix/legacy.cc
#include "legacy.hh"

namespace nix {

RegisterLegacyCommand::Commands* RegisterLegacyCommand::commands = 0;

}