1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 00:15:25 +02:00

Create nix-channel.md

This commit is contained in:
Managor 2025-06-30 14:52:53 +03:00 committed by GitHub
parent a138d21f1c
commit cadf003101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
# 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`