Upgrade to zig 0.16!

This commit is contained in:
2026-05-05 21:21:31 +02:00
parent 91b72e3bd6
commit 7d41c3b7b1
8 changed files with 136 additions and 99 deletions
+8 -4
View File
@@ -1,14 +1,18 @@
with import <nixpkgs> {};
mkShell {
packages = [
zig
zls
pkg-config
wayland-scanner
gdb
lldb
];
buildInputs = [
libc
wayland
libxkbcommon
];
LD_LIBRARY_PATH = lib.makeLibraryPath [
libc
wayland
libxkbcommon
];