Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions nix/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,8 @@ assert lib.assertMsg (
../CMakeLists.txt
];

# Sometimes these directories (submodules) exist but are empty instead of being absent, which can cause cache misses in Garnix CI.
# Maybe we don't know the entire truth...
# Some fetchers leave submodules directories empty instead of omitting them, causing Garnix CI cache misses.
exclude = [
"libraries/cmark"
"libraries/extra-cmake-modules"
"libraries/quazip"
"libraries/tomlplusplus"
"libraries/zlib"
"libraries/libnbtplusplus"
];
};
Expand Down
2 changes: 2 additions & 0 deletions nix/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
glfw3-minecraft,
jdk17,
jdk21,
jdk25,
jdk8,
kdePackages,
lib,
Expand Down Expand Up @@ -34,6 +35,7 @@
controllerSupport ? stdenv.hostPlatform.isLinux,
gamemodeSupport ? stdenv.hostPlatform.isLinux,
jdks ? [
jdk25
jdk21
jdk17
jdk8
Expand Down
Loading