about summary refs log tree commit diff
path: root/pkgs/build-support/go/module.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-03Merge branch 'staging-next' into stagingWeijia Wang1-9/+11
2024-05-02Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflagsWeijia Wang1-1/+1
2024-04-18buildGoModule: place GOFLAGS-related warnings around GOFLAGS specificationYueh-Shun Li1-5/+5
2024-04-18buildGoModule: warn about flags only when using provided buildPhaseYueh-Shun Li1-4/+6
2024-04-14buildGoModule: inherit env from main package to goModule derivationYongun Seong1-0/+1
2024-04-12buildGoModule: announce removal of `buildFlags`Paul Meyer1-1/+1
2024-03-28Merge pull request #299169 from ShamrockLee/go-module-vendorsha256Weijia Wang1-6/+10
2024-03-28buildGoModule: warn if `-trimpath` or `-mod=` is usedPaul Meyer1-2/+8
2024-03-27buildGoModule: Deprecate vendorSha256 with throwYueh-Shun Li1-6/+10
2024-01-14Merge pull request #276685 from katexochen/buildGoModule/buildidJörg Thalheim1-0/+6
2023-12-30build-support/go: fix eval of `vendorSha256` accessesSergei Trofimovich1-1/+2
2023-12-28buildGoModule: always set `-buildid=` as ldflagPaul Meyer1-0/+6
2023-11-14buildGoModule: deprecate vendorSha256 attributeAaron Jheng1-0/+1
2023-08-22Revert "buildGoModule: set GOPROXY to go default"zowoq1-3/+0
2023-08-02buildGoModule: set GOPROXY to go defaultzowoq1-0/+3
2023-08-02buildGo{Module,Package}: set GOTOOLCHAIN to localzowoq1-2/+3
2023-08-02buildGoModule: refactor GO111MODULEzowoq1-4/+4
2023-07-24treewide .goModules: revert renaming the derivationArtturin1-1/+1
2023-07-14treewide: go-modules -> goModulesArtturin1-6/+6
2023-05-31buildGo{Module,Package}: remove input argument "tags"Yueh-Shun Li1-4/+1
2023-05-30buildGoModule: formatzowoq1-45/+47
2023-05-28buildGoModule: simplify go-module attribute structure without rebuildYueh-Shun Li1-8/+7
2023-05-27buildGoModule: alias vendorSha256 to vendorHashzowoq1-28/+9
2023-05-24buildGoModule: remove unused lambda parametersfigsoda1-4/+0
2023-05-24buildGoModule: remove unused `with builtins;`figsoda1-2/+0
2023-04-22buildGoModule: don't inherit build hooks when building go-modules (#225349)Doron Behar1-1/+5
2023-04-09Merge master into staging-nextgithub-actions[bot]1-4/+2
2023-04-09buildGo{Module,Package}: minor cleanupzowoq1-4/+2
2023-03-24buildGo{Module,Package}: fix precedence for or operatorIvan Trubach1-6/+6
2023-02-07Merge staging-next into staginggithub-actions[bot]1-0/+5
2023-02-07buildGoModule: make the vendor fetcher error if it is emptyzowoq1-0/+5
2023-02-07buildGo{Module,Package}: respect nix hardening flags when setting buildmodezowoq1-0/+6
2023-01-26buildGoModule: forward prePatch, postPatch and postBuild to vendoringSandro Jäckel1-0/+3
2022-12-04buildGo{module,package}: do not build with verbose flagsJörg Thalheim1-1/+1
2022-08-20buildGo{Module,Package}: don't run vet linterSandro1-0/+1
2022-08-07buildGo{Module,Package}: move to build-support/gozowoq1-0/+311