summaryrefslogtreecommitdiff
path: root/pkgs/build-support/go
AgeCommit message (Expand)Author
2026-03-16buildGoModule: expand excludedPackages for structuredAttrsStefan Frijters
2026-01-13treewide: fix typosBen Siraphob
2025-12-14buildGoModule: fix GOFLAGS for structuredAttrsStefan Frijters
2025-10-31Merge staging-next into stagingnixpkgs-ci[bot]
2025-10-31build-support/go: clarify `vendorHash`Pol Dellaiera
2025-10-07go: position independent executables by defaultLuna Nova
2025-10-07go: teach internal linker to use correct ELF interpreterLuna Nova
2025-10-06buildGoModule: remove unused argument defaults (#441838)Paul Meyer
2025-10-06go: document policy for toolchain/builder upgrades on stable releaseMichael Daniels
2025-09-21Merge master into staging-nextnixpkgs-ci[bot]
2025-09-11buildGoModule: remove compatibility layer for directly specified CGO_ENABLEDYueh-Shun Li
2025-09-11buildGoModule: remove unused argument defaultsYueh-Shun Li
2025-09-11buildGoModule: reference allowGoReference from finalAttrsYueh-Shun Li
2025-08-29Merge staging-next into stagingnixpkgs-ci[bot]
2025-08-28buildGoModule: warn for passthru.overrideModAttrs lost after overriding (#434...Philip Taron
2025-08-29buildGoModule: warn for passthru.overrideModAttrs lost after overridingYueh-Shun Li
2025-08-28Merge remote-tracking branch 'origin/staging-next' into stagingK900
2025-08-27pkgs: fix README typosBen Siraphob
2025-08-12buildGoModule: add buildTestBinaries option, add tests (#427334)Paul Meyer
2025-07-29buildGoModule: add test for buildTestBinariesPaul Meyer
2025-07-24treewide: run nixfmt 1.0.0Wolfgang Walther
2025-07-21buildGoModule: add buildTestBinaries optionPaul Meyer
2025-06-02go/policy: some clarificationPaul Meyer
2025-04-22buildGoModule: add goSum attribute to make goModules rebuild (#399532)Tristan Ross
2025-04-02go: write down toolchain/builder upgrade policyPaul Meyer
2025-03-16build-support/go: reformat with `nixfmt-rfc-style`Pol Dellaiera
2025-03-16build-support/go: remove unused parametersPol Dellaiera
2025-03-16build-support/go: replace `git` with `gitMinimal`Pol Dellaiera
2025-03-16build-support/go: support `finalAttrs` through `lib.extendMkDerivation`Pol Dellaiera
2025-01-02Merge remote-tracking branch 'origin/staging-next' into stagingK900
2025-01-02buildGoModule: remove some unnecessary quotes (#370005)Paul Meyer
2025-01-01buildGoModule: remove some unnecessary quotesGabriel Nützi
2024-12-19Merge remote-tracking branch 'origin/staging-next' into stagingK900
2024-12-19Merge master into staging-nextgithub-actions[bot]
2024-12-18buildGoModule: instruct users to specify CGO_ENABLED as env.CGO_ENABLEDYueh-Shun Li
2024-12-18buildGoModule: pass environment variables with the env attributeYueh-Shun Li
2024-11-29buildGoModule: Use environment variable GOOS and GOARCH directlyYueh-Shun Li
2024-11-29buildGoModule: handle ldflags and tags __structuredAttrs-agnosticallyYueh-Shun Li
2024-11-28Merge remote-tracking branch 'origin/staging-next' into stagingMartin Weinelt
2024-11-28buildGoModule: no longer filter out vendorSha256Yueh-Shun Li
2024-11-19Merge staging-next into staginggithub-actions[bot]
2024-11-18buildGoModule: remove goPackagePath warningPaul Meyer
2024-11-18buildGoPackage: removePaul Meyer
2024-11-08buildGoModule: remove `buildFlags`/`buildFlagsArray`Paul Meyer
2024-10-22treewide: Fix indentation in stringspiegames
2024-10-12Merge branch 'master' into docs/improve-go-builderJörg Thalheim
2024-10-11module.nix aktualisierenGabriel Nützi
2024-09-14buildGoModule: use lib.toExtensionYueh-Shun Li
2024-09-13chore: typos and comment fixups in Go build-support functionGabriel Nützi
2024-09-04Merge remote-tracking branch 'origin/master' into staging-nextK900