forked from mirrors/nixpkgs
!fixup simplify zipListsWith call
This commit is contained in:
parent
66454f0e5a
commit
726db56d68
|
@ -88,6 +88,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||||
# to the next one.
|
# to the next one.
|
||||||
'' + lib.concatStrings
|
'' + lib.concatStrings
|
||||||
(reduce
|
(reduce
|
||||||
(a: b: lib.zipListsWith (cs: c: cs + "\n" + c) a b)
|
(lib.zipListsWith (cs: c: cs + c))
|
||||||
(builtins.map clientScript clients));
|
(builtins.map clientScript clients));
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue