diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:23 +0100 |
commit | 2e33320e62a3dc26555f17e1a79e129a53672a1b (patch) | |
tree | f2f3989a9b9742eca4647024820516e47c668b53 /shell.nix | |
parent | 47a0c0317cc774c19b78582bec9b5b09d56f569a (diff) |
chore(all): nix fixes
Diffstat (limited to 'shell.nix')
-rwxr-xr-x | shell.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/"; |