mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +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 rCmdPingStore = registerCommand2<CmdPingStore>({"store", "ping"});
|
||||||
|
static auto rCmdInfoStore = registerCommand2<CmdPingStore>({"store", "info"});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue