Loading pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix +4 −3 Original line number Diff line number Diff line { lib , fetchpatch , kernel , commitDate ? "2022-10-31" , currentCommit ? "77c27f28aa58e9d9037eb68c87d3283f68c371f7" , diffHash ? "sha256-TUpI9z0ac3rjn2oT5Z7oQXevDKbGwTVjyigS5/aGwgQ=" , commitDate ? "2022-12-29" , currentCommit ? "8f064a4cb5c7cce289b83d7a459e6d8620188b37" , diffHash ? "sha256-RnlM7uOSWhFHG1aj5BOjrfRtoZfbx+tqQw1V49nW5vw=" , kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage , argsOverride ? {} , ... Loading pkgs/top-level/linux-kernels.nix +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ in { else testing; linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix rec { kernel = linux_6_0; kernel = linux_6_1; kernelPatches = kernel.kernelPatches; }; Loading Loading
pkgs/os-specific/linux/kernel/linux-testing-bcachefs.nix +4 −3 Original line number Diff line number Diff line { lib , fetchpatch , kernel , commitDate ? "2022-10-31" , currentCommit ? "77c27f28aa58e9d9037eb68c87d3283f68c371f7" , diffHash ? "sha256-TUpI9z0ac3rjn2oT5Z7oQXevDKbGwTVjyigS5/aGwgQ=" , commitDate ? "2022-12-29" , currentCommit ? "8f064a4cb5c7cce289b83d7a459e6d8620188b37" , diffHash ? "sha256-RnlM7uOSWhFHG1aj5BOjrfRtoZfbx+tqQw1V49nW5vw=" , kernelPatches # must always be defined in bcachefs' all-packages.nix entry because it's also a top-level attribute supplied by callPackage , argsOverride ? {} , ... Loading
pkgs/top-level/linux-kernels.nix +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ in { else testing; linux_testing_bcachefs = callPackage ../os-specific/linux/kernel/linux-testing-bcachefs.nix rec { kernel = linux_6_0; kernel = linux_6_1; kernelPatches = kernel.kernelPatches; }; Loading