NixOS JVM | 121 Members | |
| 27 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Jul 2025 | ||
Well that's for making a Nix package or deploying, right? If softmoonworld is (perhaps initially) only interested in development, there should be a way to add it via Gradle. My hacky solution added the library via
| 16:55:32 | |
*
Well that's for making a Nix package or deploying, right? If softmoonworld is (perhaps initially) only interested in development, there should be a way to add it via Gradle. My hacky solution added the library via
| 16:55:59 | |
| My hacky GitLab CI build is like this:
| 16:59:09 | |
So I'm hoping autoAddDriverRunpath might allow me to get rid of the nix profile install | 16:59:45 | |
(I'm also working on a Nix sandbox build using mitmCache = gradle.fetchDeps, etc. But that's not finished yet) | 17:02:45 | |
| (I'm using Java FFM ("Panama") to access the native library, so that's why I'm so interested in getting JDK 25 and GraalVM 25 support -- because that's the first LTS release of FFM.) | 17:05:10 | |
| BTW, Is anyone on this list planning on going to DEFCON/Nix Vegas? | 17:06:30 | |
| It would be great to have some kind of a JDK BoF/meetup/talk… | 17:32:06 | |
| I posted two comments on Issue #313216: Tracking Improve JDK infrastructure:
The dashboard module would be a good learning experience for me, so if I get halfway-positive feedback I'll probably attempt something. And I'd love to have a mentor or two to give me advice on it. | 18:57:18 | |
| 15 Jul 2025 | ||
| 00:03:44 | ||
| 00:06:09 | ||
| 00:12:03 | ||
| 00:12:15 | ||
| 00:13:35 | ||
| 22:52:01 | ||
| 16 Jul 2025 | ||
| @msgilligan:matrix.org Approved membership to NixOS/Java, enjoy the pings | 06:13:09 | |
| Oh, wow. I didn't expect that to happen so quickly. I hope I am able to help. Thanks! | 06:15:03 | |
| You've been doing a lot of legwork recently, and there is no reason to be particularly choosy about who gets pinged, Anyone who wants to sign up for the Sisyphean task can have in aa for as I'm concerned | 06:16:19 | |
| * You've been doing a lot of legwork recently, and there is no reason to be particularly choosy about who gets pinged, Anyone who wants to sign up for the Sisyphean task can have in as for as I'm concerned | 06:16:30 | |
| That and I happen to be in BST and awake early | 06:16:45 | |
| British Summer TIme? | 06:18:59 | |
| Yeah | 06:19:09 | |
| Vacation right? You're US-based I thought. | 06:19:32 | |
| Last day on my family's Scotland trip, flying back today | 06:19:37 | |
| Nice! | 06:19:51 | |
| Here's my preliminary work on a Nix JDK Package Dashboard:
| 06:34:53 | |
graalvmPackages.graalvm-ce, graalvmPackages.graalvm-oracle, and jetbrains.jdk are currently commented out because I'm not handling sub-packages yet. | 06:36:31 | |
| Makes sense, looks good so far Could look for the recurse for derivations flag | 06:37:50 | |
| (Unsure how much you're doing in Nix vs shell) | 06:38:33 | |
| 06:38:54 | |