Skip to content

Commit 2209cc3

Browse files
committed
Simplify map function
1 parent bb9c688 commit 2209cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildGradleApplication/mkM2Repository.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
inherit (depSpec) urls hash name;
4343
};
4444
};
45-
dependencies = builtins.map (depSpec: mkDep depSpec) depSpecs;
45+
dependencies = builtins.map mkDep depSpecs;
4646

4747
# write a dedicated script for the m2 repository creation. Otherwise, the m2Repository derivation might crash with 'Argument list too long'
4848
m2Repository =

0 commit comments

Comments
 (0)