zfs: lib.any -> lib.elem

This commit is contained in:
h7x4
2025-10-26 16:23:37 +09:00
parent a0546493c1
commit 6c05d7bb17
+3 -3
View File
@@ -57,7 +57,7 @@ let
let
inherit (lib)
any
elem
optionalString
optionals
optional
@@ -66,11 +66,11 @@ let
smartmon = smartmontools.override { inherit enableMail; };
buildKernel = any (n: n == configFile) [
buildKernel = elem configFile [
"kernel"
"all"
];
buildUser = any (n: n == configFile) [
buildUser = elem configFile [
"user"
"all"
];