chore(flake): sync dependencies and tools with devcontainer

Added meson, ninja, pkg-config, libGLU, libpng, zlib, openal, libvorbis, lld and updated to gcc15
This commit is contained in:
zukrmn 2026-03-07 06:09:15 +00:00 committed by JuiceyDev
parent 387fa1515a
commit 82b92b8055

View file

@ -24,12 +24,21 @@
libs = with pkgs; [
openssl.dev
libGL
libGLU
glfw
libpng
zlib
openal
libvorbis
];
packages = with pkgs; [
gcc
gcc15
lld
cmake
gnumake
meson
ninja
pkg-config
];
in
{