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

6
flake.lock generated
View File

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717399147, "lastModified": 1722802969,
"narHash": "sha256-eCWaE/q1VItpFAxxLVt171MdtDcjEnwi6QB/yuF73JU=", "narHash": "sha256-bPhyAXNnVerBZusxOuPMhMm0X7hSFLFKcH+7ynfgLjs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4a4ecb0ab415c9fccfb005567a215e6a9564cdf5", "rev": "785feb91183a50959823ff9ba9ef673105259cd5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -9,7 +9,7 @@
devShells.default = with nixpkgs.legacyPackages.${system}; mkShell { devShells.default = with nixpkgs.legacyPackages.${system}; mkShell {
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ glm glfw glew zlib libpng libvorbis openal luajit ]; # libglvnd 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"; LD_LIBRARY_PATH = "${wayland}/lib:$LD_LIBRARY_PATH";
}; };
}); });