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

namespace nix {

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

}