1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

nix describe-stores: Remove

This command was intended for docs generation, but it was never used
for that and we don't need it.
This commit is contained in:
Eelco Dolstra 2023-03-21 12:59:37 +01:00
parent 8d6d59cb1b
commit 7704118d28
4 changed files with 3 additions and 54 deletions

View file

@ -26,4 +26,6 @@
```shell-session
$ nix path-info /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^*
```
provides information about each of its outputs.
provides information about each of its outputs.
* The command `nix describe-stores` has been removed.