1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 22:55:25 +02:00
tldr/pages/common/nix-channel.md

17 lines
306 B
Markdown
Raw Normal View History

2025-07-04 19:30:32 +03:00
# nix-channel
> Manage `nix` update channels.
> More information: <https://nixos.wiki/wiki/Nix_channels>.
- List current channels:
`nix-channel --list`
- Add a channel:
`nix-channel --add {{https://nixos.org/channels/nixpkgs-unstable}}`
- Update package list of all channels:
`nix-channel --update`