1
0
Fork 1
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:
Daniel Hill 2023-11-23 19:08:57 +13:00
parent 4b9a194b2d
commit 34a58ce86f

View file

@ -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)
]
)
);