Files
lix/lix/libcmd/legacy.cc
T
Rebecca Turner 53bf387022 LegacyCommands -> LegacyCommandRegistry
This name made sense at the time, but now I'm looking at making the
corresponding change to `CommandRegistry`, and I don't think `Commands`
is a good name for _that_ type, but I don't want the types to be
mismatched, so here we are.

Change-Id: I06068cbde00f49ff3d720c505a567a152b00b61c
2025-03-15 21:28:15 -07:00

8 lines
132 B
C++

#include "lix/libcmd/legacy.hh"
namespace nix {
LegacyCommandRegistry::LegacyCommandMap * LegacyCommandRegistry::commands = 0;
}