diff --git a/flake.nix b/flake.nix index 91d3255..f1f53ba 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,13 @@ zigpkgs.master zls emscripten + ]; + buildInputs = with pkgs; [ sqlite + + # Linux graphical deps + xorg.libX11 + libGL ]; }; formatter = pkgs.alejandra;