| 25 Sep 2023 |
Artturin | Files would have to be downloaded during evaluation | 05:27:25 |
Paul Meyer (katexochen) | Got it, thanks for explaining. So dynamic derivations could potentially fix this in nixpkgs? | 05:29:43 |
Paul Meyer (katexochen) | But isn't go vendor using the go.mod file from inside the derivation anyway to download the dependencies? | 05:32:56 |
Paul Meyer (katexochen) | I mean how else would it know what to download. | 05:33:40 |
Artturin | In reply to @katexochen:matrix.org But isn't go vendor using the go.mod file from inside the derivation anyway to download the dependencies? You can check the builders nix file and see what it runa | 05:34:11 |
Artturin | * In reply to @katexochen:matrix.org
But isn't go vendor using the go.mod file from inside the derivation anyway to download the dependencies?
You can check the builders nix file and see what it runs | 05:34:17 |
Artturin | In reply to @katexochen:matrix.org Got it, thanks for explaining. So dynamic derivations could potentially fix this in nixpkgs? The rfc summary says so | 05:34:54 |
@qbit:tapenet.org | In reply to @katexochen:matrix.org But isn't go vendor using the go.mod file from inside the derivation anyway to download the dependencies? the vendor derivation is built first, then the hash is put in the buildGoModule derivation | 12:39:17 |
@qbit:tapenet.org | and afaik the reason it was done this way is because the hashes are non-compat | 12:39:38 |
| 26 Sep 2023 |
| maka-77x joined the room. | 00:11:04 |
| 27 Sep 2023 |
| mib 🥐 changed their display name from mib to mib 🥐. | 05:53:08 |
| 29 Sep 2023 |
| calebwoodbine joined the room. | 20:09:41 |
| calebwoodbine changed their display name from bobymcbobs to calebwoodbine. | 20:16:30 |
| 6 Oct 2023 |
| chrispickard set their display name to chrispickard. | 13:39:19 |
| 8 Oct 2023 |
| K900 ⚡️ joined the room. | 18:47:42 |
K900 ⚡️ | Can someone with more nixpkgs/go stuff experience tell me if there's a less shitty way to do https://github.com/NixOS/nixpkgs/pull/259815 | 18:48:12 |
K900 ⚡️ | Basically it wants to call Go from cmake to build a staticlib | 18:48:34 |
@qbit:tapenet.org | that doesn't seem too shitty | 19:49:23 |
@qbit:tapenet.org | lgtm - runs and what not | 20:05:12 |
| 9 Oct 2023 |
@qbit:tapenet.org | there are a number of things that use go libs that way.. I imagine with tailscale it will become more popular.. maybe a convenient way to hook into it would be worth adding.. | 00:05:07 |
| 23 Oct 2023 |
| stroove joined the room. | 00:10:40 |
| 25 Oct 2023 |
| Federico Damián Schonborn changed their profile picture. | 00:12:49 |
| 27 Oct 2023 |
| Federico Damián Schonborn changed their profile picture. | 01:24:25 |
| 31 Oct 2023 |
| symys joined the room. | 14:30:02 |
| 1 Nov 2023 |
| bumperboat joined the room. | 14:33:41 |
bumperboat | hello my friends. i am attempting to add my first go package and am having errors on build - I would appreciate your expertise! https://pastebin.com/6nLf3waT | 14:40:55 |
@qbit:tapenet.org | looks like you probably need subPackages set | 14:42:08 |
@qbit:tapenet.org | maybe subPackages = [ "./main.go" ]; | 14:43:53 |
bumperboat | hmm still wants to build mocks | 14:45:51 |
@qbit:tapenet.org | strange theat vendorHash is empty | 14:47:08 |