diff --git a/pages/common/nix-channel.md b/pages/common/nix-channel.md new file mode 100644 index 0000000000..1984fd8cb9 --- /dev/null +++ b/pages/common/nix-channel.md @@ -0,0 +1,16 @@ +# nix-channel + +> Manage `nix` update channels. +> More information: . + +- 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`