From ccec9ff84f6f092ef3a41685a448d21a0b9a94c8 Mon Sep 17 00:00:00 2001 From: Connor Garey Date: Mon, 30 Mar 2026 14:30:40 +0100 Subject: [PATCH] Added mesa to LD_LIBRARY_PATH --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 884d72a9e..62b4e88f1 100644 --- a/flake.nix +++ b/flake.nix @@ -143,6 +143,7 @@ libs = with pkgsLinux; [ libGL.out vulkan-loader.out + mesa ]; in ''