mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
store info alias created
This commit is contained in:
parent
94e91566ed
commit
b4b1a07f97
1 changed files with 1 additions and 0 deletions
|
@ -47,3 +47,4 @@ struct CmdPingStore : StoreCommand, MixJSON
|
|||
};
|
||||
|
||||
static auto rCmdPingStore = registerCommand2<CmdPingStore>({"store", "ping"});
|
||||
static auto rCmdInfoStore = registerCommand2<CmdPingStore>({"store", "info"});
|
||||
|
|
Loading…
Reference in a new issue