From: Miguel Ojeda Date: Sun, 5 Apr 2026 23:53:03 +0000 (+0200) Subject: docs: rust: quick-start: remove Nix "unstable channel" note X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b69a14650009266c53c4ce81ab5c0efb6ca4c07d;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Gary Guo Link: https://patch.msgid.link/20260405235309.418950-28-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- diff --git a/Documentation/rust/quick-start.rst b/Documentation/rust/quick-start.rst index 1518367324fe6..5bbe059a8fa31 100644 --- a/Documentation/rust/quick-start.rst +++ b/Documentation/rust/quick-start.rst @@ -68,8 +68,8 @@ of the box, e.g.:: Nix *** -Nix (unstable channel) provides recent Rust releases and thus it should -generally work out of the box, e.g.:: +Nix provides recent Rust releases and thus it should generally work out of the +box, e.g.:: { pkgs ? import {} }: pkgs.mkShell {