Files
lix/lix/nix/verify.hh
T
Rebecca Turner 4d9fe67430 Remove static initializers for CommandRegistry
This removes static initializers for `nix` subcommands. cl/1905 made
the same change but for legacy commands.

See: #359

Change-Id: I23c99755719cef8e73fc720b685d4d1cf9b4ef15
2025-03-17 10:47:31 -07:00

8 lines
74 B
C++

#pragma once
/// @file
namespace nix {
void registerNixStoreVerify();
}