| 7 Mar 2024 |
@reese:cyberia.club | * hmm dang i know nothing about cgo tbh | 02:03:58 |
symys | reese (they/them): yoo!! Good to see ya over here in nixos.org land ๐ Anyway I suggest increasing the verbosity level, try 3 and see if it makes it clear (by passing the --verbose flag to nix develop twice). | 02:33:08 |
symys | If you haven't already | 02:33:34 |
symys | 4 is super verbose, and 5 accurately self-describes as "vomit", that verbosity level goes beyond helpful | 02:34:28 |
@qbit:tapenet.org | verbosity probably won't get ya much more - the error is right there | 02:34:32 |
@qbit:tapenet.org | subPackages = [ 'cmd/museum' ]; is probably all ya need now | 02:35:02 |
@reese:cyberia.club | it says there is an invalid token in that string ๐คจ | 02:37:24 |
@reese:cyberia.club | * it says there is an invalid token in that line ๐คจ | 02:37:41 |
@qbit:tapenet.org | sorry - double quotes :P | 02:37:46 |
@reese:cyberia.club | oh duh, ty | 02:38:05 |
@qbit:tapenet.org | supPackages = [ "cmd/museum" ]; | 02:38:08 |
@qbit:tapenet.org | :D | 02:38:10 |
@reese:cyberia.club | 'sup, packages? | 02:38:25 |
symys | huh, I didn't realize that mattered, I guess I never tried apostrophes! | 02:38:26 |
@reese:cyberia.club | oh shit it built | 02:39:00 |
@reese:cyberia.club | yay! it complains about not being configured upon being run but i think that means i can move on | 02:39:49 |
@qbit:tapenet.org | yay | 02:40:33 |
@reese:cyberia.club | thanks qbit, i think yours was the right answer :D | 02:41:22 |
@qbit:tapenet.org | woo, np! | 02:41:53 |
@qbit:tapenet.org | reese (they/them): let me know if you are able to point the ente app at the server you get running :D | 02:44:00 |
@qbit:tapenet.org | i didn't see an obvious way to do it (didn't look super hard though) | 02:44:12 |
@reese:cyberia.club | yeah i was confused about that too. i wonder if they just... forgot to add it (or are working on it already?) | 02:46:06 |
@reese:cyberia.club | i've pushed my progress to https://github.com/reeseovine/ente-nix
feel free to follow or contribute if you'd like. i'd like to get this mereged eventually. | 03:57:21 |
| 8 Mar 2024 |
| @qbit:tapenet.org invited jrick. | 00:00:14 |
| jrick joined the room. | 00:00:21 |
| 9 Mar 2024 |
| @curid:matrix.org joined the room. | 17:55:27 |
@curid:matrix.org | what's the recommended way to get a nix shell with a specific go version? | 17:57:27 |
Paul Meyer (katexochen) | In reply to @curid:matrix.org what's the recommended way to get a nix shell with a specific go version? Specific like supported minor version? Or like arbitrary patch/ancient release? | 18:04:37 |
@curid:matrix.org | Specific minor version | 18:05:20 |
@curid:matrix.org | * Specific recent minor version | 18:06:04 |