Nix + Go | 218 Members | |
| Go packaging for and with Nixpkgs. | Be excellent to each other. | 46 Servers |
| Sender | Message | Time |
|---|---|---|
| 28 Nov 2025 | ||
| i guess we have more nixos users on wii & wii u than i was anticipating 🥴. fine. closed for now, since i don't think that a now-properly-marked-unsupported | 00:23:06 | |
| * i guess we have more nixos users on wii & wii u than i was anticipating 🥴. fine. closed for now, since i don't think that a now-properly-marked-unsupported-on-ppc64 | 00:30:38 | |
| um, neither of those are ppc64, they're 32-bit | 00:30:45 | |
| yes, but i'm mainly doing this for ppc64 rn | 00:31:11 | |
| issue there: see above | 00:31:29 | |
| non-ppc64le POWER then, I guess | 00:32:00 | |
| * yes, but i'm mainly doing this for ppc64 rn, ppc32 was brought up by k900 | 00:37:26 | |
| * issue with ppc64: see above | 00:37:35 | |
| * yes, but i'm mainly doing this for ppc64 rn. ppc32 was brought up by k900 | 00:37:54 | |
| 29 Nov 2025 | ||
| 11:40:54 | ||
| 2 Dec 2025 | ||
| 11:51:57 | ||
| 12:46:13 | ||
| 12:46:25 | ||
| 18:02:18 | ||
| 4 Dec 2025 | ||
| 05:08:29 | ||
| 16:41:37 | ||
| 6 Dec 2025 | ||
| 07:44:44 | ||
| 10 Dec 2025 | ||
| 17:23:07 | ||
| 11 Dec 2025 | ||
| 16:11:03 | ||
| 15 Dec 2025 | ||
| 02:37:09 | ||
| Hi all! I just repackaged coc-go to use modern Node tooling. Is anyone interested in being listed as a maintainer for the package? (I don't think I would be a good maintainer for the package, since I am not familiar with Go and haven't really worked with it.) The PR in question: https://github.com/NixOS/nixpkgs/issues/470903 | 02:39:32 | |
| * Hi all! I just repackaged coc-go to use modern Node tooling. Is anyone interested in being listed as a maintainer for the package? (I don't think I would be a good maintainer for the package, since I am not familiar with Go and haven't really worked with it.) The PR in question: https://github.com/NixOS/nixpkgs/pull/470903 | 02:39:44 | |
| 08:13:41 | ||
| 16 Dec 2025 | ||
| 22:03:26 | ||
| 19 Dec 2025 | ||
| 15:15:21 | ||
| 23 Dec 2025 | ||
| 22:42:06 | ||
there seems to be a significant lack of documentation for cross-compiling for platform targets that are not the builder host using buildGoModule. i know that pkgsCross is probably the recommended approach, but there isn't a 1:1 mapping of supported cross-compilation targets in nixpkgs to golang's supported targets. assuming i want to build for every target that golang supports, does anybody have examples for how to cross-compile using buildGoModule, without assuming that pkgsCross can be used? | 23:48:52 | |
| 24 Dec 2025 | ||
| * there seems to be a significant lack of documentation for cross-compiling for platform targets that are not the builder host using i should note that setting | 00:10:38 | |
| * there seems to be a significant lack of documentation for cross-compiling for platform targets that are not the builder host using i should note that setting | 00:10:53 | |
| Why isnt setting these env vars sufficient? I was going to suggest that. 🫣CGO_ENABLED=0 might be missing? I don't recall if go supports cross-compiling cgo. | 08:05:49 | |