Unverified Commit a102f137 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

nixos/manticore: fix mkKeyValueDefault (#358673)

parents 1b5d0bc0 78824546
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ let
  format = pkgs.formats.json { };

  toSphinx = {
    mkKeyValue    ? mkKeyValueDefault {} "=",
    mkKeyValue    ? generators.mkKeyValueDefault {} "=",
    listsAsDuplicateKeys ? true
  }: attrsOfAttrs:
    let