mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
bcachefs: fix lib.kernel.option miss use.
option is a function not a set.
This commit is contained in:
parent
4b9a194b2d
commit
34a58ce86f
|
@ -97,7 +97,7 @@ let
|
|||
lib.elem (kernel.structuredExtraConfig.BCACHEFS_FS or null) [
|
||||
lib.kernel.module
|
||||
lib.kernel.yes
|
||||
lib.kernel.option.yes
|
||||
(lib.kernel.option lib.kernel.yes)
|
||||
]
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue