mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
!fixup simplify zipListsWith call
This commit is contained in:
@@ -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));
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user