!fixup simplify zipListsWith call

wip/yesman
sternenseemann 3 years ago
parent 66454f0e5a
commit 726db56d68
  1. 2
      nixos/tests/inspircd.nix

@ -88,6 +88,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
# to the next one.
'' + lib.concatStrings
(reduce
(a: b: lib.zipListsWith (cs: c: cs + "\n" + c) a b)
(lib.zipListsWith (cs: c: cs + c))
(builtins.map clientScript clients));
})

Loading…
Cancel
Save