Skip to content

Commit 7882454

Browse files
committed
nixos/manticore: fix mkKeyValueDefault
1 parent af6f9b7 commit 7882454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/search/manticore.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
format = pkgs.formats.json { };
99

1010
toSphinx = {
11-
mkKeyValue ? mkKeyValueDefault {} "=",
11+
mkKeyValue ? generators.mkKeyValueDefault {} "=",
1212
listsAsDuplicateKeys ? true
1313
}: attrsOfAttrs:
1414
let

0 commit comments

Comments
 (0)