From 2e33320e62a3dc26555f17e1a79e129a53672a1b Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:23 +0100 Subject: chore(all): nix fixes --- shell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 096c391..473b512 100755 --- a/shell.nix +++ b/shell.nix @@ -26,8 +26,11 @@ pkgs.mkShell rec { # Optional, but useful for debugging renderdoc + lldb ]; - + VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json"; + VK_LAYER_PATH = "${pkgs.vulkan-validation-layers}/share/vulkan/explicit_layer.d"; + LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}"; SHADERC_LIB_DIR = "${pkgs.shaderc.lib}/lib/"; -- cgit v1.2.3