Flake update

This commit is contained in:
InfiniteCoder
2024-08-05 23:29:13 +03:00
parent 9340e962d3
commit 5153152389
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
devShells.default = with nixpkgs.legacyPackages.${system}; mkShell {
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ glm glfw glew zlib libpng libvorbis openal luajit ]; # libglvnd
packages = [ mesa freeglut entt ];
packages = [ glfw mesa freeglut entt ];
LD_LIBRARY_PATH = "${wayland}/lib:$LD_LIBRARY_PATH";
};
});