add ./target back to LD_LIBRARY_PATH in flake
This commit is contained in:
parent
520b0b97a0
commit
565aa4d157
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
inputsFrom = [ self.packages.${system}.default ];
|
||||
|
||||
# https://discourse.nixos.org/t/setting-up-vulkan-for-development/11715/3
|
||||
LD_LIBRARY_PATH = with pkgs; "${glfw}/lib:${vulkan-loader}/lib:${vulkan-validation-layers}/lib";
|
||||
LD_LIBRARY_PATH = with pkgs; "${glfw}/lib:${vulkan-loader}/lib:${vulkan-validation-layers}/lib:./target";
|
||||
VULKAN_SDK = with pkgs; "${vulkan-headers}";
|
||||
VK_LAYER_PATH = with pkgs; "${vulkan-validation-layers}/share/vulkan/explicit_layer.d";
|
||||
PTK_LOG_LEVEL = "debug";
|
||||
|
|
Loading…
Reference in a new issue