mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
bcachefs: set testing kernel for bcachefs
still waiting for the slow upstream review...
This commit is contained in:
parent
e7ed2e9239
commit
98ab911097
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue