| 6 Aug 2022 |
| Yuu Yin changed their display name from yuu to yuu[m]. | 17:42:53 |
| Yuu Yin changed their display name from yuu[m] to yuu. | 20:35:45 |
| 13 Aug 2022 |
| Yuu Yin changed their display name from yuu to yuu[m]. | 03:15:31 |
| Yuu Yin changed their display name from yuu[m] to yuu. | 05:06:01 |
| 17 Aug 2022 |
| greaka joined the room. | 20:23:36 |
| 21 Aug 2022 |
| greaka changed their display name from greaka ⚡️ to greaka . | 09:25:58 |
| 23 Aug 2022 |
| Echo joined the room. | 00:50:12 |
| 30 Aug 2022 |
| aru joined the room. | 14:43:02 |
| aru left the room. | 14:50:37 |
| 9 Sep 2022 |
| x10an14 joined the room. | 16:45:33 |
x10an14 | Hi! Does anyone here have a tip for a kotlin/gradle suitable tool like naersk is for regust/cargo, and poetry2nix is for python/poetry?
I tried to make use of https://github.com/the-nix-way/dev-templates/ and https://github.com/tadfisher/gradle2nix, but I got stuck on different things (error messages and ignorance that READMEs/gh issues couldn't elucidate for me) with either option.
I'm looking for a solution that supports flakes, mostly for the use of nix-direnv for development, versioning (e.g. of JVM), and testing. | 17:22:33 |
| 10 Sep 2022 |
x10an14 | * Hi! Does anyone here have a tip for a kotlin/gradle suitable tool like naersk is for rust/cargo, and poetry2nix is for python/poetry?
I tried to make use of https://github.com/the-nix-way/dev-templates/ and https://github.com/tadfisher/gradle2nix, but I got stuck on different things (error messages and ignorance that READMEs/gh issues couldn't elucidate for me) with either option.
I'm looking for a solution that supports flakes, mostly for the use of nix-direnv for development, versioning (e.g. of JVM), and testing. | 09:46:50 |
| 15 Sep 2022 |
| m_algery joined the room. | 12:38:29 |
| m_algery left the room. | 12:38:31 |
| Inbox@GabrielFox.Dev joined the room. | 16:40:14 |
| 17 Sep 2022 |
nbathum | I've tried a few, unfortunately my own applications all suffered from various problems. | 16:30:37 |
nbathum | x10an14: maybe a good starting point would be to try and list out the existing solutions? like on the wiki? | 16:32:17 |
nbathum | I have two JVM apps, one maven, one gradle, both have between 60-100 transitive deps | 16:32:59 |
x10an14 |  Download 2022-09-17T18:34:09,682734373+02:00.png | 16:34:49 |
x10an14 |  Download 2022-09-17T18:33:40,023133141+02:00.png | 16:34:49 |
x10an14 | You mean like these? (Pun/sass not intended - asking in confusion here) | 16:34:50 |
nbathum | ahh yes. like, I noticed https://nixos.wiki/wiki/Java only discusses JRE/JDK, then links to the java section in nixpkgs (which also doesn't link to any *2nix projects) | 16:36:37 |
nbathum | contrast with e.g. https://nixos.wiki/wiki/Python which links to a few different ways to build python projects | 16:37:08 |
nbathum | Admittedly its been like a year since I've looked or tried these out... but I can think of at least... | 16:37:54 |
nbathum | https://github.com/fzakaria/mvn2nix by fzakaria (I haven't tried this yet but really want to) | 16:38:09 |
nbathum | https://github.com/nix-community/mavenix (tried but my app had problems that I believe are my own project's fault) | 16:38:32 |
nbathum | https://github.com/tadfisher/gradle2nix | 16:38:53 |
nbathum | * https://github.com/tadfisher/gradle2nix by tadfisher | 16:39:14 |
nbathum | dang I'm way out of date. there is a separate maven section in nixpkgs manual | 18:46:09 |
nbathum | x10an14: btw are you working in android by chance? | 18:49:36 |