summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/go/binary.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* go: add loongarch64 cpu supportaleksana2025-04-191-0/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-13/+20
* go: fix eval for binary derivation•••This was broken in https://github.com/NixOS/nixpkgs/pull/276857 commit 69aa113e45f448d12a2648986ab3694a7ad2b84f aleksana2024-09-041-6/+6
* go: set meta attribute for bootstrap binary derivation (#276857)•••* go: set sourceProvenance for bootstrap binary * Update pkgs/development/compilers/go/binary.nix --------- Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com> Co-authored-by: Aleksana <me@aleksana.moe>linsui2024-09-041-1/+11
* pkgs/development: remove unused argumentsSigmanificient2024-08-031-1/+1
* go: drop gccgo bootstrap, drop autoPatchelfHook from bootstrap (#322825)•••bootstrap binaries are static since 1.21 Co-authored-by: Ivan Trubach <mr.trubach@icloud.com>zowoq2024-06-291-3/+1
* go_1_21: bootstrap from 1.21zowoq2023-08-301-0/+1
* go: refactor bootstrap•••- also add bootstrap to passthru zowoq2022-08-161-7/+4
* go: update URLs•••golang.org redirects to go.dev zowoq2021-11-261-1/+1
* go: add runHooks to bootstrap binaryzowoq2021-06-051-1/+3
* go: fix bootstrapping on 32-bit ARM•••On 32-bit ARM, the wrong name was used for the prebuilt bootstrap tarball, causing an eval failure. Ben Wolsieffer2021-03-181-2/+2
* go: do not strip bootstrap on darwinIvan Babrou2021-02-201-0/+3
* go: use binary bootstrap for all platforms•••This mirrors what Rust does and allows us to drop go1.4 from the process. Ivan Babrou2021-02-201-0/+38