Jack O'Sullivan
51d44e472a
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 12m18s
7 lines
139 B
Nix
7 lines
139 B
Nix
{ lib, glfw-wayland-minecraft, ... }:
|
|
glfw-wayland-minecraft.overrideAttrs (o: {
|
|
patches = [
|
|
./suppress-wayland-errors.patch
|
|
];
|
|
})
|