aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:23 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:23 +0100
commit2e33320e62a3dc26555f17e1a79e129a53672a1b (patch)
treef2f3989a9b9742eca4647024820516e47c668b53
parent47a0c0317cc774c19b78582bec9b5b09d56f569a (diff)
chore(all): nix fixes
-rwxr-xr-xshell.nix5
1 files changed, 4 insertions, 1 deletions
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/";