Loading pkgs/build-support/go/module.nix +2 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ in # Handle empty vendorHash; avoid # error: empty hash requires explicit hash algorithm outputHashAlgo = if finalAttrs.vendorHash == "" then "sha256" else null; }).overrideAttrs finalAttrs.passthru.overrideModAttrs; # in case an overlay clears passthru by accident, don't fail evaluation }).overrideAttrs (finalAttrs.passthru.overrideModAttrs or overrideModAttrs); nativeBuildInputs = [ go ] ++ nativeBuildInputs; Loading Loading
pkgs/build-support/go/module.nix +2 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,8 @@ in # Handle empty vendorHash; avoid # error: empty hash requires explicit hash algorithm outputHashAlgo = if finalAttrs.vendorHash == "" then "sha256" else null; }).overrideAttrs finalAttrs.passthru.overrideModAttrs; # in case an overlay clears passthru by accident, don't fail evaluation }).overrideAttrs (finalAttrs.passthru.overrideModAttrs or overrideModAttrs); nativeBuildInputs = [ go ] ++ nativeBuildInputs; Loading