Nix flake changes (#4485)

* Changed Release to RelWithDebInfo for CMake flag.

* Added miniz and libressl
This commit is contained in:
Connor Garey 2026-05-27 16:34:51 +01:00 committed by GitHub
parent 2ff3487dbc
commit 1d885f2b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,8 @@
libxkbcommon
libGL
libuuid
miniz
libressl
];
defaultFlags = [
@ -152,7 +154,7 @@
nativeBuildInputs = nativeInputs;
buildInputs = buildInputs;
cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
] ++ [defaultFlags];
};
};