!QCCCSJHEsTIfozrZxz:nixos.org

Nix + Go

232 Members
Go packaging for and with Nixpkgs. | Be excellent to each other.51 Servers

Load older messages


SenderMessageTime
1 Mar 2026
@computersandblues:envs.net@computersandblues:envs.net removed their profile picture.08:11:02
@computersandblues:envs.net@computersandblues:envs.net left the room.08:11:02
2 Mar 2026
@joustshaggy8228:matrix.orgshapeshifter-chan joined the room.20:38:27
3 Mar 2026
@srm:blackprism.orgsrm joined the room.08:58:44
@liberodark:matrix.orgliberodarkInteresting11:25:54
5 Mar 2026
@frederic:scs.ems.hostFrédéric Christ changed their display name from Frédéric Christ to Frédéric Christ (old).14:18:57
6 Mar 2026
@sudoforge:matrix.org@sudoforge:matrix.org left the room.00:04:05
10 Mar 2026
@frederic:scs.ems.hostFrédéric Christ left the room.13:29:16
14 Mar 2026
@amadaluzia:unredacted.orgamadaluzia -> 4d2.org changed their display name from amadaluzia to amadaluzia[uorg].18:49:38
@amadaluzia:unredacted.orgamadaluzia -> 4d2.org changed their display name from amadaluzia[uorg] to amadaluzia -> 4d2.org.21:21:47
15 Mar 2026
@isabel:isabelroses.comisabel changed their profile picture.20:57:06
22 Mar 2026
@xengi42:matrix.orguse new account: @xengi:xengi.de changed their profile picture.18:14:46
25 Mar 2026
@k900:0upti.meK900 OK any go experts want to have a stroke help me uncurse this abomination 18:26:43
@k900:0upti.meK900https://gitlab.com/K900/nix/-/commit/020822075a161f886f6b0acb3ef412730175267118:26:44
27 Mar 2026
@xengi42:matrix.orguse new account: @xengi:xengi.de changed their display name from XenGi to use new account: @xengi:xengi.de.11:24:00
30 Mar 2026
@fovir:matrix.fovir.fyiFovir joined the room.10:11:17
5 Apr 2026
@ghil_:matrix.org@ghil_:matrix.org left the room.15:57:45
12 Apr 2026
@logn:zirco.dev@logn:zirco.dev joined the room.00:57:32
@logn:zirco.dev@logn:zirco.dev left the room.01:01:54
@leona:leona.isleona changed their profile picture.12:15:39
24 Apr 2026
@autra:trancart.eu@autra:trancart.eu left the room.09:45:12
@d:bugpara.dedebugloop left the room.20:52:34
26 Apr 2026
@debugloop:bugpara.dedebugloop joined the room.03:45:48
28 Apr 2026
@aangularframework:matrix.orgAangularity joined the room.04:39:28
30 Apr 2026
@msanft:matrix.orgMoritz Sanft

How do I apply a patch like this with buildGoModule? It patches go.{mod,sum}, so it would need to happen before fetching the Go modules. A primitive try like this didn't work:

(_final: prev: {
              grafana-alloy = prev.grafana-alloy.overrideAttrs (oldAttrs: {
                patches = oldAttrs.patches or [ ] ++ [
                  (prev.fetchpatch {
                    url = "https://github.com/xingzihai/alloy/commit/7fa0cbce40c5d09cec5f6b45a10de823ec0c9732.patch";
                    hash = "sha256-uyGhNiIE09tkMekJ+Wm+CBfT0q2RmEPRAwOk/BaZQSk=";
                  })
                ];
                vendorHash = "...";
              });
            })
07:50:23
@msanft:matrix.orgMoritz Sanft

^ Solution was to do:

patchPhase = ''
                    patch -p1 < ${m1cpuPatch}
                  ''

Not sure if this is due to grafana-alloy having a custom patchPhase.

08:12:10
@isabel:isabelroses.comisabel changed their profile picture.18:46:54
1 Aug 2023
@cafkafk:nixos.devChristina Sørensen joined the room.11:11:02
8 Aug 2023
@qbit:tapenet.org@qbit:tapenet.org \o/ 1.21.0 16:08:13
9 Aug 2023
@aog_:matrix.orgaog joined the room.15:54:44

Show newer messages


Back to Room ListRoom Version: 9