Commit de854a65 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

buildGoModule: remove unused argument defaults

parent 55bcf335
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: { }),