Commit 1012b2a3 authored by Adam Stephens's avatar Adam Stephens Committed by tomf
Browse files

nixos/boot/kernel: add kernelPatches example of using kernel mailing list mbox url

parent b03b8356
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -81,6 +81,13 @@ in
            extraStructuredConfig.FOO = lib.kernel.yes;
            features.foo = true;
          }
          {
            name = "foo-ml-mbox";
            patch = (fetchurl {
              url = "https://lore.kernel.org/lkml/19700205182810.58382-1-email@domain/t.mbox.gz";
              hash = "sha256-...";
            });
          }
        ]
      '';
      description = lib.mdDoc ''