Flake update
This commit is contained in:
parent
9340e962d3
commit
5153152389
6
flake.lock
generated
6
flake.lock
generated
@ -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": {
|
||||||
|
|||||||
@ -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";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user