jupyter: lib.any -> lib.elem
This commit is contained in:
@@ -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
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user