| Commit message (Expand) | Author | Age | Files | Lines |
| * | go: add loongarch64 cpu support | aleksana | 2025-04-19 | 1 | -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 Mosberger | 2024-12-10 | 1 | -13/+20 |
| * | go: fix eval for binary derivation•••This was broken in https://github.com/NixOS/nixpkgs/pull/276857 commit
69aa113e45f448d12a2648986ab3694a7ad2b84f
| aleksana | 2024-09-04 | 1 | -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> | linsui | 2024-09-04 | 1 | -1/+11 |
| * | pkgs/development: remove unused arguments | Sigmanificient | 2024-08-03 | 1 | -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> | zowoq | 2024-06-29 | 1 | -3/+1 |
| * | go_1_21: bootstrap from 1.21 | zowoq | 2023-08-30 | 1 | -0/+1 |
| * | go: refactor bootstrap•••- also add bootstrap to passthru
| zowoq | 2022-08-16 | 1 | -7/+4 |
| * | go: update URLs•••golang.org redirects to go.dev
| zowoq | 2021-11-26 | 1 | -1/+1 |
| * | go: add runHooks to bootstrap binary | zowoq | 2021-06-05 | 1 | -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 Wolsieffer | 2021-03-18 | 1 | -2/+2 |
| * | go: do not strip bootstrap on darwin | Ivan Babrou | 2021-02-20 | 1 | -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 Babrou | 2021-02-20 | 1 | -0/+38 |