1
0
Fork 0
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:
vicky1999 2023-10-13 06:48:35 +05:30
parent 94e91566ed
commit b4b1a07f97

View file

@ -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"});