summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-08-20 22:44:32 +0200
committerandromeda <andromeda@lenovo>2026-08-20 22:44:32 +0200
commiteee13566610e714f3e00982c6793a867c87be4f5 (patch)
treea0b1cd3b109a683ec8ec0ba4ad2ca7d1885a0ca2 /shell.nix
parent612cdef000d9637f8ed94b24d0d9b81bb640c9ab (diff)
refactor, noch kein Dreieck
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 342ddcb..6feca06 100644
--- a/shell.nix
+++ b/shell.nix
@@ -33,5 +33,7 @@ pkgs.mkShell {
export BINDGEN_EXTRA_CLANG_ARGS
BINDGEN_BUILTIN_INCLUDE_DIR=disable
export BINDGEN_BUILTIN_INCLUDE_DIR
+ VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation
+ export VK_INSTANCE_LAYERS
'';
}