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

namespace nix {

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

}