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

namespace nix {

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

}