diff --git a/flake.nix b/flake.nix index 5da6dca..b905350 100644 --- a/flake.nix +++ b/flake.nix @@ -164,9 +164,11 @@ pkgs.makeBinaryWrapper zigLatest.hook ]; - buildInputs = [ + buildInputs = with pkgs; [ raylib erlangLatest + xorg.libX11 + libGL ]; postPatch = ''