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

buildGoModule: no longer filter out vendorSha256

parent 82961f88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
}@args':

let
  args = removeAttrs args' [ "overrideModAttrs" "vendorSha256" ];
  args = removeAttrs args' [ "overrideModAttrs" ];

  GO111MODULE = "on";
  GOTOOLCHAIN = "local";