24.11 release + quirks

This commit is contained in:
Danilo Reyes 2024-11-30 22:13:15 -06:00
parent c74af2cd27
commit a5d0b44397
2 changed files with 11 additions and 11 deletions

18
flake.lock generated
View File

@ -311,11 +311,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1732757557,
"narHash": "sha256-zADldaLfiSb2iGPhcSJPokGypYa1Fix0llhWkMvm8pQ=",
"lastModified": 1733009147,
"narHash": "sha256-ioE5M49nUcGVu1OsdbSJ/29YAVXueRr/CFjnTT1Jyp8=",
"owner": "lilyinstarlight",
"repo": "nixos-cosmic",
"rev": "5116835b8eb2ec18ec258050a11d374d38ac8764",
"rev": "24c8e2624356e9e6077b087510c13b600ba6858a",
"type": "github"
},
"original": {
@ -402,11 +402,11 @@
},
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1731797254,
"narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=",
"lastModified": 1732749044,
"narHash": "sha256-T38FQOg0BV5M8FN1712fovzNakSOENEYs+CSkg31C9Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59",
"rev": "0c5b4ecbed5b155b705336aa96d878e55acd8685",
"type": "github"
},
"original": {
@ -558,11 +558,11 @@
]
},
"locked": {
"lastModified": 1732588352,
"narHash": "sha256-J2/hxOO1VtBA/u+a+9E+3iJpWT3xsBdghgYAVfoGCJo=",
"lastModified": 1732847586,
"narHash": "sha256-SnHHSBNZ+aj8mRzYxb6yXBl9ei3K3j5agC/D8Vjw/no=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "414e748aae5c9e6ca63c5aafffda03e5dad57ceb",
"rev": "97210ddff72fe139815f4c1ac5da74b5b0dde2d7",
"type": "github"
},
"original": {

View File

@ -19,7 +19,7 @@
qt6Packages,
libGL,
flite,
addOpenGLRunpath,
addDriverRunpath,
vulkan-loader,
msaClientID ? null,
extra-cmake-modules,
@ -55,7 +55,7 @@ let
stdenv.cc.cc.lib
];
gameLibraryPath = libpath + ":${addOpenGLRunpath.driverLink}/lib";
gameLibraryPath = libpath + ":${addDriverRunpath.driverLink}/lib";
in
stdenv.mkDerivation (