lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maven-fod: fix passing arguments to fetcher

+1 -1
+1 -1
pkgs/development/java-modules/maven-fod.nix
··· 53 53 54 54 runHook postBuild 55 55 ''; 56 - } // args) 56 + } // builtins.removeAttrs args [ "mvnFetchExtraArgs" ])