Fix openjdk boot version
This commit is contained in:
2
jdk.nix
2
jdk.nix
@@ -13,6 +13,6 @@ else (jdk17.override {
|
|||||||
configureFlags = old.configureFlags ++ [
|
configureFlags = old.configureFlags ++ [
|
||||||
"--with-jtreg=no"
|
"--with-jtreg=no"
|
||||||
"--disable-hotspot-gtest"
|
"--disable-hotspot-gtest"
|
||||||
"--with-build-jdk=${buildPackages.jdk11}"
|
"--with-build-jdk=${buildPackages.jdk17}"
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user