nixos/manticore: fix mkKeyValueDefault (#358673)
This commit is contained in:
commit
a102f137f5
@ -8,7 +8,7 @@ let
|
||||
format = pkgs.formats.json { };
|
||||
|
||||
toSphinx = {
|
||||
mkKeyValue ? mkKeyValueDefault {} "=",
|
||||
mkKeyValue ? generators.mkKeyValueDefault {} "=",
|
||||
listsAsDuplicateKeys ? true
|
||||
}: attrsOfAttrs:
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user