Skip to content

Commit 45be5a6

Browse files
committed
Allow parameter overrides instead of lambda for update-verification-metadata
1 parent 3c1ff9a commit 45be5a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

update-verification-metadata/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
pkgs,
32
python3,
43
git,
54
writeShellApplication,
6-
}: {
7-
gradle ? pkgs.gradle,
5+
gradle,
86
updateAction ? "dependencies",
97
cmd ? "gradle --refresh-dependencies --write-verification-metadata sha256 ${updateAction}",
108
verificationFile ? "gradle/verification-metadata.xml",

0 commit comments

Comments
 (0)