diff --git a/flake.nix b/flake.nix index 9042105c5..aeeffb6e1 100644 --- a/flake.nix +++ b/flake.nix @@ -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]; }; };