buildGoModule: remove unused argument defaults (#441838)

This commit is contained in:
Paul Meyer
2025-10-06 13:59:00 +00:00
committed by GitHub

View File

@@ -16,7 +16,6 @@ lib.extendMkDerivation {
{
nativeBuildInputs ? [ ], # Native build inputs used for the derivation.
passthru ? { },
patches ? [ ],
# A function to override the `goModules` derivation.
overrideModAttrs ? (finalAttrs: previousAttrs: { }),