From de854a65f2ba5e3385c0aa7615bc3eb10fb64c42 Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Thu, 11 Sep 2025 01:26:36 +0800 Subject: [PATCH] buildGoModule: remove unused argument defaults --- pkgs/build-support/go/module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/build-support/go/module.nix b/pkgs/build-support/go/module.nix index 00ba03533e34..9d845c310290 100644 --- a/pkgs/build-support/go/module.nix +++ b/pkgs/build-support/go/module.nix @@ -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: { }),