| 31 Dec 2021 |
balsoft | Hm | 14:00:49 |
balsoft | It should be fine | 14:01:35 |
brendanzab | like, I wouldn't be able to use this with my current approach, as dune build is required to build the opam file IIUC | 14:02:13 |
balsoft | You have an .opam file commited in the repo though | 14:02:36 |
brendanzab | yeah that was generated | 14:02:49 |
balsoft | Well, it's fine then | 14:03:03 |
brendanzab | I have a check to see if it's up to date 😅 | 14:03:16 |
brendanzab | wondering how to avoid the duplication between the dune stanza(?) thing and the opam file | 14:04:18 |
balsoft | I think you're doing the right thing | 14:05:01 |
balsoft | And I still don't see an issue here | 14:05:05 |
balsoft | You use dune to generate the opam file, then you use opam-nix to build it (or just get the dependencies and build it yourself) | 14:05:26 |
brendanzab | gotcha | 14:06:11 |
balsoft | This way, you don't have duplication between anything, since you don't have to specify dependencies in your nix files | 14:06:46 |
balsoft | * This way, you don't have duplication between anything, since you don't have to specify dependencies or the build process in your nix files | 14:06:50 |
brendanzab | dunno if there is a better way to build my docs btw | 14:07:18 |
brendanzab | * as an aside, I dunno if there is a better way to build my docs 😓 | 14:08:01 |
brendanzab | couldn't find any examples on github | 14:08:29 |
| mexisme joined the room. | 23:10:52 |
| 2 Jan 2022 |
| Theory_of_Everything joined the room. | 08:06:04 |
| Forkk joined the room. | 15:17:29 |
| Theory_of_Everything left the room. | 17:17:25 |
flyx | somehow I managed to create an invalid path with my flakes, perhaps someone here is able to help me fix it? (hope its okay to link to SO) https://stackoverflow.com/q/70557296/347964 | 17:28:59 |
| wembly joined the room. | 17:58:20 |
| 3 Jan 2022 |
| endomain changed their profile picture. | 20:35:04 |
| 4 Jan 2022 |
| net-mist joined the room. | 16:25:48 |
| 6 Jan 2022 |
| Ash joined the room. | 22:22:13 |
| Ash left the room. | 22:22:33 |
| Ash joined the room. | 22:22:58 |
| 9 Jan 2022 |
| pimeys ⚡️ joined the room. | 13:06:30 |
Ash | is it possible to have a flake input from a git submodule? inputs.submodule.url = "./submodule" doesn't seem to work | 17:05:21 |