mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Merge pull request #11154 from DeterminateSystems/ping-store
nix ping-store: Redirect to 'nix store info'
This commit is contained in:
commit
9b9fc405d2
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs, virtual RootArgs
|
|||
{"ls-store", { AliasStatus::Deprecated, {"store", "ls"}}},
|
||||
{"make-content-addressable", { AliasStatus::Deprecated, {"store", "make-content-addressed"}}},
|
||||
{"optimise-store", { AliasStatus::Deprecated, {"store", "optimise"}}},
|
||||
{"ping-store", { AliasStatus::Deprecated, {"store", "ping"}}},
|
||||
{"ping-store", { AliasStatus::Deprecated, {"store", "info"}}},
|
||||
{"sign-paths", { AliasStatus::Deprecated, {"store", "sign"}}},
|
||||
{"shell", { AliasStatus::AcceptedShorthand, {"env", "shell"}}},
|
||||
{"show-derivation", { AliasStatus::Deprecated, {"derivation", "show"}}},
|
||||
|
|
Loading…
Reference in a new issue