Loading pkgs/os-specific/linux/kernel/patches.nix +10 −0 Original line number Diff line number Diff line Loading @@ -89,4 +89,14 @@ name = "rust-1.77.patch"; patch = ./rust-1.77.patch; }; rust_1_78 = { name = "rust-1.78.patch"; patch = fetchpatch { name = "rust-1.78.patch"; url = "https://lore.kernel.org/rust-for-linux/20240401212303.537355-4-ojeda@kernel.org/raw"; excludes = [ "Documentation/process/changes.rst" ]; # Conflicts on 6.8. hash = "sha256-EZ+Qa9z1AtAv08e72M7BEsCZi9UK572gmW+AR62a8EM="; }; }; } Loading
pkgs/os-specific/linux/kernel/patches.nix +10 −0 Original line number Diff line number Diff line Loading @@ -89,4 +89,14 @@ name = "rust-1.77.patch"; patch = ./rust-1.77.patch; }; rust_1_78 = { name = "rust-1.78.patch"; patch = fetchpatch { name = "rust-1.78.patch"; url = "https://lore.kernel.org/rust-for-linux/20240401212303.537355-4-ojeda@kernel.org/raw"; excludes = [ "Documentation/process/changes.rst" ]; # Conflicts on 6.8. hash = "sha256-EZ+Qa9z1AtAv08e72M7BEsCZi9UK572gmW+AR62a8EM="; }; }; }