| 21 Jul 2025 |
Paul Meyer (katexochen) | The issue is that ./tools is another go module, and buildGoModule can only build packages from one module in one derivation. | 17:29:24 |
Paul Meyer (katexochen) | If you set subPackages, it will just try to build the package you specified instead of using find and assume it can build everything directory in src that has a .go file. | 17:30:30 |
@drupol:matrix.org | It worked, thanks !!! | 17:31:06 |
Paul Meyer (katexochen) | You might want to check if there are other binaries that are expected as output, but I didn't find any at first glance. | 17:31:40 |
@drupol:matrix.org | Thank you !!! | 17:34:49 |
@drupol:matrix.org | Ready for review :) | 17:39:01 |
| 23 Jul 2025 |
| maharshi joined the room. | 14:54:24 |
| 26 Jul 2025 |
| @okamis:matrix.org left the room. | 20:38:56 |
| 28 Jul 2025 |
| John joined the room. | 08:03:24 |
Paul Meyer (katexochen) | Anyone time to review https://github.com/NixOS/nixpkgs/pull/427334 ? | 14:40:53 |
| @alex:acrawford.com left the room. | 21:29:38 |
| 31 Jul 2025 |
| sammy (It/Its) joined the room. | 09:35:01 |
| 3 Aug 2025 |
Sandro 🐧 | Another PR to review https://github.com/NixOS/nixpkgs/pull/387742 | 23:15:39 |
| 5 Aug 2025 |
| isabel changed their profile picture. | 09:49:15 |
| 6 Aug 2025 |
| Frédéric Christ changed their display name from Frédéric Christ to Frédéric Christ 🏕️ 15.8.. | 08:28:19 |
| 8 Aug 2025 |
| 0x4A6F joined the room. | 06:30:17 |
| 14 Aug 2025 |
| Timur Gainullin joined the room. | 19:18:50 |
| 15 Aug 2025 |
| Frédéric Christ changed their display name from Frédéric Christ 🏕️ 15.8. to Frédéric Christ. | 10:37:10 |
| 19 Aug 2025 |
| Nila The Dragon joined the room. | 18:28:17 |
Nila The Dragon | Is there a good way to build projects with private dependencies yet? I searched the web a bit but what I found didn't end up working. | 19:03:27 |
| 20 Aug 2025 |
Sandro 🐧 | WDYM by private? | 12:02:57 |
Sandro 🐧 | I just do go vendoring everywhere and then fetch via fetchFromGitHub | 12:03:25 |
Nila The Dragon | We have an internal repo (no vendor folder) and that in turn has other private repos it uses as a dependency. | 12:17:46 |
Sandro 🐧 | turn on vendoring. that is faster for nix and getting it to work in CI | 12:18:09 |
diamond (it/its) | is this just for local dev? direnv + impure + fetchgit might suffice | 18:00:55 |
diamond (it/its) | a while back i made this thread that might be useful https://discourse.nixos.org/t/git-buildgomodule-private-repositories/5167 | 18:02:40 |
diamond (it/its) | vendoring could be a solution too but i hate actually vendoring stuff as it makes checking out + code reviewing a pain | 18:03:09 |
| dish [Fox/It/She] joined the room. | 18:31:30 |
dish [Fox/It/She] | https://github.com/nixos/nixpkgs/pull/435345 | 18:32:41 |
dish [Fox/It/She] | (i'm aware this is broken on darwin, i think doing c compiler -> 1.4 -> 1.17 would be better and maybe even faster than gccgo anyways | 19:19:14 |