mirror of
https://github.com/nix-community/disko.git
synced 2024-11-05 06:04:20 +03:00
tests bcachefs: use linux_testing
This commit is contained in:
parent
41d3be72d7
commit
e7ed2e9239
@ -20,6 +20,6 @@ diskoLib.testLib.makeDiskoTest {
|
||||
});
|
||||
})
|
||||
];
|
||||
boot.kernelPackages = pkgs.lib.mkForce (pkgs.recurseIntoAttrs pkgs.linuxKernel.packages.linux_testing_bcachefs);
|
||||
boot.kernelPackages = pkgs.lib.mkForce (pkgs.recurseIntoAttrs pkgs.linuxKernel.packages.linux_testing);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user