!aRKdLCkUeIFjRPZuJT:nixos.org

NixOS JVM

136 Members
29 Servers

Load older messages


SenderMessageTime
10 Apr 2026
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️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:inx.moeInfinidoge 🏳️‍⚧️This is going to be a fun garbage collect23:45:54
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️image.png
Download image.png
23:46:54
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️This is how you know you're having a good time23:46:58
13 Apr 2026
@alesya-h:nixos.devAlesya Huzik changed their display name from Alesya Huzik to Alesya.01:48:27
14 Apr 2026
@britter:yatrix.orgBenedikt 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:inx.moeInfinidoge 🏳️‍⚧️Would anyone get mad if I PRed the change and make borg build it?20:18:08
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️(I honestly don't know if my nix drive on that server is big enough)20:27:35
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️I can try to spin up another server with a larger drive, worst case20:27:47
@msgilligan:matrix.orgmsgilliganHow much space is needed?20:28:05
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️Unclear, but considering it had 1,200 packages left and seemingly ate 200gb, A Lot21:13:13
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️* Unclear, but considering it had 1,200 packages left and seemingly ate 200gb for what it had built so fsr, A Lot21:13:40
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️* Unclear, but considering it had 1,200 packages left and seemingly ate 200gb for what it had built so far, A Lot21:13:47
@infinidoge:inx.moeInfinidoge 🏳️‍⚧️(That 1,200 doesn't include downloading dependencies, it had many more of those)21:14:09
15 Apr 2026
@britter:yatrix.orgBenedikt Ritter (britter)Having borg build it would be okay for me.06:47:22
@98765abc:mozilla.org@98765abc:mozilla.org left the room.06:50:09
@britter:yatrix.orgBenedikt 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
@britter:yatrix.orgBenedikt 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
@britter:yatrix.orgBenedikt Ritter (britter)Okay, since nobody is screaming in opposition, I'm going to work on a PR 🫣10:31:55
17 Apr 2026
@pyrox:pyrox.devdish [Fox/It/She] changed their profile picture.16:58:37
18 Apr 2026
@alice:the-apothecary.clubAlice 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:the-apothecary.clubAlice * 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:the-apothecary.clubAlice * 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:the-apothecary.clubAlice(or we forgot how building w/ gradle works on nix?14:38:36
@alice:the-apothecary.clubAliceguess we did, uhoh14:44:44
@alice:the-apothecary.clubAlice * 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:the-apothecary.clubAlice also, are we understanding it correctly, that openjdk dpends on gtk+3? that's confusing, why? 15:01:21
@alice:the-apothecary.clubAliceclipboard.png
Download clipboard.png
15:01:22
@britter:yatrix.orgBenedikt 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
@britter:yatrix.orgBenedikt 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

Show newer messages


Back to Room ListRoom Version: 6