From 96a752566b9bb559f204f4cfa5e912bf62a12e8e Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Thu, 28 May 2026 22:57:08 +0200 Subject: [PATCH] super duper hacky shit --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bd5c5e8..5ab2e50 100644 --- a/flake.nix +++ b/flake.nix @@ -228,6 +228,7 @@ wrapProgram "$out/bin/jprototerm" \ --run 'if [ -d /usr/lib/x86_64-linux-gnu/nvidia/current ]; then export __GLX_VENDOR_LIBRARY_NAME="''${__GLX_VENDOR_LIBRARY_NAME:-nvidia}"; fi' \ --prefix LD_LIBRARY_PATH : "${pkgs.lib.makeLibraryPath runtimeLibs}" \ + --suffix LD_LIBRARY_PATH : "/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/nvidia/current" \ --set GDK_BACKEND x11 runHook postInstall