summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-08-19 01:12:31 +0200
committerandromeda <andromeda@lenovo>2026-08-19 01:12:31 +0200
commit1c71b889ab1de37f8c3f603f3ba8a04603d11f7c (patch)
treee7115b2c46d9b9697c0c0fcb4e161fad3fd62036 /shell.nix
parent4410f7064ef9b255cc82723f05fccb04aefb5ee6 (diff)
swapchain und so
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 2eff25e..2d3c492 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,10 +6,12 @@ pkgs.mkShell {
pkgs.cabal-install
pkgs.ghc
pkgs.llvm
+ pkgs.vulkan-tools
pkgs.pkg-config
pkgs.vulkan-headers
pkgs.vulkan-loader
+ pkgs.vulkan-validation-layers
pkgs.libX11
pkgs.libXrandr