Merge pull request #89 from zukrmn/fix/update-flake-nix

chore(flake): sync dependencies and tools with devcontainer
This commit is contained in:
ThePixelMoon 2026-03-07 09:34:28 +02:00 committed by GitHub
commit cd4675118c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
{