| 10 Apr 2026 |
Infinidoge 🏳️⚧️ | Unsure how many of the final builds passed, but the server did build at least 1000 things, and had ~1200 left (including dependencies and downloads) | 23:45:45 |
Infinidoge 🏳️⚧️ | This is going to be a fun garbage collect | 23:45:54 |
Infinidoge 🏳️⚧️ |  Download image.png | 23:46:54 |
Infinidoge 🏳️⚧️ | This is how you know you're having a good time | 23:46:58 |
| 13 Apr 2026 |
| Alesya Huzik changed their display name from Alesya Huzik to Alesya. | 01:48:27 |
| 14 Apr 2026 |
Benedikt Ritter (britter) | 😅 did you have a chance to retry with more disc space? I'd like zo respond to the release issue in one or the other way. | 20:17:21 |
Infinidoge 🏳️⚧️ | Would anyone get mad if I PRed the change and make borg build it? | 20:18:08 |
Infinidoge 🏳️⚧️ | (I honestly don't know if my nix drive on that server is big enough) | 20:27:35 |
Infinidoge 🏳️⚧️ | I can try to spin up another server with a larger drive, worst case | 20:27:47 |
msgilligan | How much space is needed? | 20:28:05 |
Infinidoge 🏳️⚧️ | Unclear, but considering it had 1,200 packages left and seemingly ate 200gb, A Lot | 21:13:13 |
Infinidoge 🏳️⚧️ | * Unclear, but considering it had 1,200 packages left and seemingly ate 200gb for what it had built so fsr, A Lot | 21:13:40 |
Infinidoge 🏳️⚧️ | * Unclear, but considering it had 1,200 packages left and seemingly ate 200gb for what it had built so far, A Lot | 21:13:47 |
Infinidoge 🏳️⚧️ | (That 1,200 doesn't include downloading dependencies, it had many more of those) | 21:14:09 |
| 15 Apr 2026 |
Benedikt Ritter (britter) | Having borg build it would be okay for me. | 06:47:22 |
| @98765abc:mozilla.org left the room. | 06:50:09 |
Benedikt Ritter (britter) | Do we have Maven 4 packaged already? I'm working on a derivation to package github.com/bmarwell/jfmt and it requires maven 4. Currently I'm packaging it locally, but wonder if I should contribute that. | 14:20:34 |
Benedikt Ritter (britter) | I guess, we don't. Would it be acceptable to add it alongside maven in by-name/ma/maven_4? | 17:21:49 |
| 16 Apr 2026 |
Benedikt Ritter (britter) | Okay, since nobody is screaming in opposition, I'm going to work on a PR 🫣 | 10:31:55 |
| 17 Apr 2026 |
| dish [Fox/It/She] changed their profile picture. | 16:58:37 |
| 18 Apr 2026 |
Alice | are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
>
> - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
> - Included Builds (No included builds contain this plugin)
> - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20')
> Searched in the following repositories:
> Gradle Central Plugin Repository
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20 | 14:36:29 |
Alice | * are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
>
> - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
> - Included Builds (No included builds contain this plugin)
> - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20')
> Searched in the following repositories:
> Gradle Central Plugin Repository
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20 | 14:36:58 |
Alice | * are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
>
> - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
> - Included Builds (No included builds contain this plugin)
> - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:2.3.20')
> Searched in the following repositories:
> Gradle Central Plugin Repository
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20 | 14:37:16 |
Alice | (or we forgot how building w/ gradle works on nix? | 14:38:36 |
Alice | guess we did, uhoh | 14:44:44 |
Alice | * are all gradle plugins required to go through nixpkgs? because we are trying to build a flake we made for our local service, and we are getting
\> Plugin [id: 'org.jetbrains.kotlin.jvm', version: '2.3.20'] was not found in any of the following sources:
even though building outside nix works and plugin exists?: https://mvnrepository.com/artifact/org.jetbrains.kotlin.jvm/org.jetbrains.kotlin.jvm.gradle.plugin/2.3.20
forgot mitmCache update | 14:53:50 |
Alice | also, are we understanding it correctly, that openjdk dpends on gtk+3? that's confusing, why? | 15:01:21 |
Alice |  Download clipboard.png | 15:01:22 |
Benedikt Ritter (britter) | I wrote about Gradle build support a while ago, maybe this helps? https://britter.dev/blog/2025/01/02/gradle-nix/ | 15:41:39 |
Benedikt Ritter (britter) | Not exactly sure why. Maybe for AWT / Swing?
You can try building with jdk21_headless if you dont need desktop code. | 15:42:52 |