buildGoModule: remove unused argument defaults

This commit is contained in:
Yueh-Shun Li
2025-09-11 01:47:31 +08:00
parent 55bcf33502
commit de854a65f2
-1
View File
@@ -19,7 +19,6 @@ lib.extendMkDerivation {
{
nativeBuildInputs ? [ ], # Native build inputs used for the derivation.
passthru ? { },
patches ? [ ],
# A function to override the `goModules` derivation.
overrideModAttrs ? (finalAttrs: previousAttrs: { }),