Merge pull request #1661 from hustlerone/develop

Include JDK 21 into the nix derivation
This commit is contained in:
Lenny McLennington 2024-06-20 12:52:26 +01:00 committed by GitHub
commit b0bf7bd108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
, wrapQtAppsHook
, jdk8
, jdk17
, jdk21
, xorg
, libpulseaudio
, qtbase
@ -16,11 +17,11 @@
, wayland
, qtwayland
, msaClientID ? ""
, jdks ? [ jdk17 jdk8 ]
, jdks ? [ jdk21 jdk17 jdk8 ]
, enableLTO ? false
# flake
, self
, version
# flake
}:
let