Skip to content

Commit

Permalink
bcachefs: set testing kernel for bcachefs
Browse files Browse the repository at this point in the history
still waiting for the slow upstream review...
  • Loading branch information
Mic92 authored and mergify[bot] committed Dec 14, 2023
1 parent e7ed2e9 commit 98ab911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bcachefs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ diskoLib.testLib.makeDiskoTest {
];
boot.kernelPackages = pkgs.lib.mkForce (pkgs.recurseIntoAttrs pkgs.linuxKernel.packages.linux_testing);
};
extraSystemConfig.boot.kernelPackages = pkgs.lib.mkForce (pkgs.recurseIntoAttrs pkgs.linuxKernel.packages.linux_testing);
}

0 comments on commit 98ab911

Please sign in to comment.