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

namespace nix {

RegisterLegacyCommand::Commands* RegisterLegacyCommand::commands = nullptr;

}