linux_testing_bcachefs: fix meta
kernel.override overrides the invocation of buildLinux, not the function in the file that defines the specific kernel version, so we need to pass the arguments that buildLinux expects.
This commit is contained in:
@@ -12,14 +12,12 @@
|
||||
|
||||
# NOTE: bcachefs-tools should be updated simultaneously to preserve compatibility
|
||||
(kernel.override ( args // {
|
||||
argsOverride = {
|
||||
version = "${kernel.version}-bcachefs-unstable-${commitDate}";
|
||||
version = "${kernel.version}-bcachefs-unstable-${commitDate}";
|
||||
|
||||
extraMeta = {
|
||||
branch = "master";
|
||||
maintainers = with lib.maintainers; [ davidak Madouura pedrohlc ];
|
||||
};
|
||||
} // argsOverride;
|
||||
extraMeta = {
|
||||
branch = "master";
|
||||
maintainers = with lib.maintainers; [ davidak Madouura pedrohlc ];
|
||||
};
|
||||
|
||||
kernelPatches = [ {
|
||||
name = "bcachefs-${currentCommit}";
|
||||
|
||||
Reference in New Issue
Block a user