| 23 Jul 2021 |
| Room Avatar Renderer. | 23:22:13 |
| 28 Jul 2021 |
fzakaria (Old) | I missed the earlier messages; but by declarative I meant a very minimal DSL to define versions. | 21:49:38 |
fzakaria (Old) | Gradle leverages kotlin or Groovy and easily becomes a soup of code. | 21:49:50 |
fzakaria (Old) | (beyond just adding your necessary dependencies) | 21:50:11 |
evanjs | I was actually messing around with that lately and able to abstract quite a bit to TOML | 21:57:58 |
nbathum | fzakaria: Thank you for clarifying | 22:07:10 |
| 30 Jul 2021 |
fzakaria (Old) | :bow: | 18:11:06 |
| 6 Aug 2021 |
| Robert Hensing (roberth) changed their display name from roberth to Robert Hensing (roberth). | 19:46:49 |
| 17 Aug 2021 |
Thomas Heartman (he/him) | Hey 🙋 I'm trying to run a project that requires JDK version 16, but I can't seem to find any higher than 13 in when running nix search. Is 16 available somewhere? I noticed you could download it at adoptopenjdk.net, but haven't found it available for Nix anywhere. I haven't done a lot of Java, so it's quite possible that there's something that I don't get. In which case: I'd be happy to be corrected 😅 | 10:31:59 |
Thomas Heartman (he/him) | Ah, sorry, my bad: turns out I hadn't updated my cache. | 10:42:55 |
fzakaria (Old) | it requires 16 ? | 22:31:17 |
fzakaria (Old) | wow. | 22:31:18 |
fzakaria (Old) | cutting edge project ;) | 22:31:23 |
| 18 Aug 2021 |
Thomas Heartman (he/him) | Yeah, I suppose. They're a pretty new company 😄 | 07:08:06 |
fzakaria (Old) | They are flying too close to the sun. | 17:03:11 |
| 27 Aug 2021 |
fzakaria (Old) | Wow the adoptopenjdk Nix recipe is awesome | 22:31:08 |
fzakaria (Old) | i love how it works off a JSON file | 22:31:12 |
fzakaria (Old) | I wish more build recipes worked like that. | 22:31:20 |
| 31 Aug 2021 |
fzakaria (Old) | oh it doesn't build from source... | 15:59:41 |
fzakaria (Old) | nixpkgs should prune all packages that build from a binary distribution... | 15:59:51 |
fzakaria (Old) | you lose all the real transitive information for build dependencies | 16:00:07 |
fzakaria (Old) | https://github.com/NixOS/nixpkgs/issues/136308 | 16:04:03 |
| 2 Sep 2021 |
| Rosario Pulella joined the room. | 17:53:34 |
| 3 Sep 2021 |
| humancalico joined the room. | 06:32:13 |
| 7 Sep 2021 |
Thomas Heartman (he/him) | Anyone know anything about getting a kotlin language server running on NixOS? I can't find one in nixpkgs, and building the one on github (https://github.com/fwcd/kotlin-language-server) fails for me.
Or optionally: anyone know how to get IDEA running on NixOS? Mine gets stuck after the splash screen. | 13:40:46 |
Thomas Heartman (he/him) | Oh, it seems that it does build if I use adoptopenjdk-bin, but not if I use adoptopenjdk-hotspot-bin-16. Huh. Guess I'll see if it works properly tomorrow 🤞 | 14:22:43 |
| 8 Sep 2021 |
Gytis Ivaskevicius | In reply to @heartman:matrix.org Anyone know anything about getting a kotlin language server running on NixOS? I can't find one in nixpkgs, and building the one on github (https://github.com/fwcd/kotlin-language-server) fails for me.
Or optionally: anyone know how to get IDEA running on NixOS? Mine gets stuck after the splash screen. https://github.com/search?q=org%3Avi-tality+kotlin&type=code | 08:26:40 |
Gytis Ivaskevicius | as for idea - it should work fine? | 08:26:47 |
Gytis Ivaskevicius | if you are on wayland - you need to export some fancy variable | 08:27:00 |
Gytis Ivaskevicius | export _JAVA_AWT_WM_NONREPARENTING=1
| 08:27:45 |