Unverified Commit c68db54e authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

buildGoModule: remove unused argument defaults (#441838)

parents 1404a50a de854a65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: { }),