mirror of
https://github.com/nix-community/disko
synced 2024-11-13 23:57:12 +00:00
tests bcachefs: use linux_testing
This commit is contained in:
parent
41d3be72d7
commit
e7ed2e9239
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue