jupyter: lib.any -> lib.elem

This commit is contained in:
h7x4
2025-10-26 15:31:35 +09:00
parent ff17d6952f
commit ae61c38e7b
+1 -1
View File
@@ -62,7 +62,7 @@ in
"logo64"
"extraPaths"
];
kernel = lib.filterAttrs (n: v: (lib.any (x: x == n) allowedKernelKeys)) unfilteredKernel;
kernel = lib.filterAttrs (n: v: (lib.elem n allowedKernelKeys)) unfilteredKernel;
config = builtins.toJSON (
kernel
// {