24.11 release + quirks

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

View File

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