1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Move nix-channel under deprecated commands

This commit is contained in:
Luc Perkins 2025-03-05 17:30:47 -03:00
parent f76ef9d4d3
commit e6a6bcbb73
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -54,6 +54,7 @@
{{#include ./command-ref/new-cli/SUMMARY.md}}
- [Deprecated Commands](command-ref/main-commands.md)
- [nix-build](command-ref/nix-build.md)
- [nix-channel](command-ref/nix-channel.md)
- [nix-shell](command-ref/nix-shell.md)
- [nix-store](command-ref/nix-store.md)
- [nix-store --add-fixed](command-ref/nix-store/add-fixed.md)
@ -89,7 +90,6 @@
- [nix-env --uninstall](command-ref/nix-env/uninstall.md)
- [nix-env --upgrade](command-ref/nix-env/upgrade.md)
- [Utilities](command-ref/utilities.md)
- [nix-channel](command-ref/nix-channel.md)
- [nix-collect-garbage](command-ref/nix-collect-garbage.md)
- [nix-copy-closure](command-ref/nix-copy-closure.md)
- [nix-daemon](command-ref/nix-daemon.md)