about summary refs log tree commit diff
path: root/third_party/nix/src/nix/legacy.cc
blob: b851392b427633671d410449ca8dbc7a5b72bf3d (plain) (blame)
1
2
3
4
5
6
7
#include "legacy.hh"

namespace nix {

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

}