1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00
nix/src/libcmd/legacy.cc
2021-01-26 06:22:24 -05:00

7 lines
113 B
C++

#include "legacy.hh"
namespace nix {
RegisterLegacyCommand::Commands * RegisterLegacyCommand::commands = 0;
}