set ptk log level to debug in dev shell
This commit is contained in:
parent
935ca0e340
commit
6967f4106e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
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";
|
||||
};
|
||||
in {
|
||||
"${name}" = shell;
|
||||
|
|
Loading…
Reference in a new issue