Skip to content

Commit a102f13

Browse files
authored
nixos/manticore: fix mkKeyValueDefault (#358673)
2 parents 1b5d0bc + 7882454 commit a102f13

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)