Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: rust: quick-start: remove Nix "unstable channel" note

Nix does not need the "unstable channel" note, since its packages are
recent enough even in the stable channel [1][2].

Thus remove it to simplify the documentation.

Link: https://search.nixos.org/packages?channel=25.11&query=rust [1]
Link: https://search.nixos.org/packages?channel=25.11&query=bindgen [2]
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-28-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>

+2 -2
+2 -2
Documentation/rust/quick-start.rst
··· 68 68 Nix 69 69 *** 70 70 71 - Nix (unstable channel) provides recent Rust releases and thus it should 72 - generally work out of the box, e.g.:: 71 + Nix provides recent Rust releases and thus it should generally work out of the 72 + box, e.g.:: 73 73 74 74 { pkgs ? import <nixpkgs> {} }: 75 75 pkgs.mkShell {