| 7 Mar 2023 |
@qbit:tapenet.org | hi kalbasit ! | 02:49:50 |
@qbit:tapenet.org | Sandro π§: sorry - changed the PR out from under ya! (219900) | 02:50:03 |
Sandro π§ | In reply to @qbit:tapenet.org Sandro π§: sorry - changed the PR out from under ya! (219900) https://github.com/NixOS/nixpkgs/pull/219900 | 12:44:01 |
@qbit:tapenet.org | I think the hash mismatch is because it needs vendorProxy = true;, but then it doesn't build because some deps are missing.. | 12:48:57 |
Sandro π§ | uff... | 12:51:56 |
@qbit:tapenet.org | oh, there is already a new version | 12:55:13 |
@qbit:tapenet.org | heck | 12:55:14 |
@qbit:tapenet.org | damn | 13:00:04 |
@qbit:tapenet.org | http://sprunge.us/HEulsy | 13:00:24 |
Sandro π§ | You can just paste that into matrix. The legacy IRC gruft can be left behind. | 13:18:46 |
Sandro π§ | Did you invalidate the vendor hash? | 13:18:53 |
@qbit:tapenet.org | meaning set it to "" and re-build? | 13:21:10 |
@qbit:tapenet.org | if so, yes | 13:21:15 |
Sandro π§ | yes then no idea, go mod being itself again | 13:36:27 |
@qbit:tapenet.org | well, thanks for reviewing :D - i'll keep poking it for now | 13:38:36 |
@qbit:tapenet.org | huh, it's the postBUild | 14:16:46 |
@qbit:tapenet.org | * huh, it's the postBuild | 14:16:55 |
@qbit:tapenet.org | well.. idk now.. maybe post* is incompat with proxyVendor ?! | 14:53:43 |
| 14 Mar 2023 |
| @xor_alchemist:matrix.org joined the room. | 20:40:59 |
| butterchicken joined the room. | 23:01:00 |
| 16 Mar 2023 |
| @wtfiscrq:matrix.org left the room. | 21:26:19 |
| 23 Mar 2023 |
| quentin joined the room. | 20:01:00 |
| 24 Mar 2023 |
| garionion joined the room. | 10:44:44 |
| hannes4761 joined the room. | 21:49:33 |
| 26 Mar 2023 |
| rbutani joined the room. | 00:33:11 |
| 29 Mar 2023 |
| @peddie:matrix.org joined the room. | 01:31:43 |
@peddie:matrix.org | hi friends, I'm relatively new to nix and totally unfamiliar with the go language and ecosystem. I am trying to write a flake for https://github.com/MickMake/GoSungrow and using buildGoModule to inform nix how to build it. All seems to go well, but since I don't know what to do for the vendorSha256, I've passed lib.fakeSha256 expecting an informative error. Instead, I only get go: updates to go.mod needed; to update it: go mod tidy. If I instead pass null for vendorSha256, I receive To sync the vendor directory, run: go mod vendor. is there a correct way to run one of these go commands during the build process? am I going about this the wrong way? | 01:34:56 |
@qbit:tapenet.org | Set it to ββ and you should get the actual hash for the vendor stuff | 01:45:34 |
@qbit:tapenet.org | Is the project using CGO? | 01:45:45 |
@qbit:tapenet.org | (Doesnβt seem like it from an initial glance :D) | 01:46:49 |