Nix + Go | 227 Members | |
| Go packaging for and with Nixpkgs. | Be excellent to each other. | 49 Servers |
| Sender | Message | Time |
|---|---|---|
| 11 Jan 2024 | ||
| Okay so I updated my
I get:
| 05:42:06 | |
| signaslbot/errUtils is a custom package in the same repo | 05:43:08 | |
| * signaslbot/errUtils is a custom package in the same repo. How can I make it available to the nix store before it gets to this build step? | 05:45:16 | |
| if you want it to be a shell you need to use mkShell, no? | 13:31:30 | |
| https://github.com/mplsbugbounty/signASLBot/blob/main/go.mod#L1 ah, i see you have a second go.mod in the errUtils dir | 13:32:54 | |
| that can't be ref'd as "signaslbot/errUtils" | 13:33:17 | |
| in go | 13:33:19 | |
| because your "sub" module is literally called "errUtils" | 13:33:43 | |
| remote the errUtils/go.* files and things might work | 13:34:18 | |