1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 08:55:23 +02:00
This commit is contained in:
Managor 2025-07-01 07:31:28 +03:00 committed by GitHub
commit 0d52daad52
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`