pkgs: Add working Minecraft on Wayland GLFW
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 12m18s

This commit is contained in:
2024-01-12 14:00:50 +00:00
parent 44e87aa387
commit 51d44e472a
3 changed files with 50 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ in
librespeed-go = callPackage ./librespeed-go.nix { };
modrinth-app = callPackage ./modrinth-app { };
wastebin = callPackage ./wastebin { };
glfw-minecraft = callPackage ./glfw-minecraft { };
}