| 15 Sep 2023 |
farcaller | what's the best way to run go test on a go module that has a bunch of cgo deps pulled from flakes? I guess, i"m mostly curious how to run checks only via buildGoModule or something, given the module doesn't have any binary outputs. | 19:38:18 |
| 16 Sep 2023 |
| Paul Meyer (katexochen) changed their display name from katexochen to Paul Meyer (katexochen). | 08:20:12 |
| 21 Sep 2023 |
kidsan | Are we able to buildGoModule using go version 1.21 currently? | 11:45:12 |
@qbit:tapenet.org | Yes | 12:09:06 |
kidsan | Yeah I worked out the required override just now, thanks! | 12:09:46 |
| dedmunwalk joined the room. | 23:06:59 |
| 24 Sep 2023 |
| mib 🥐 joined the room. | 12:21:01 |
| 25 Sep 2023 |
Paul Meyer (katexochen) | Why is buildGoModule using vendoring instead of relying on go.mod/go.sum? | 05:06:06 |
Artturin | In reply to @katexochen:matrix.org Why is buildGoModule using vendoring instead of relying on go.mod/go.sum? vendoring would be copying those files to the nixpkgs repo | 05:12:26 |
Artturin | and they're not | 05:13:14 |