hyprlock: Enable separateDebugInfo

(cherry picked from commit c74c7bf9e4)
This commit is contained in:
Lee Bousfield 2026-07-02 11:03:51 -05:00 committed by github-actions[bot]
commit 30c63bf7c6

View file

@ -72,6 +72,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
ln -s $out/share/hypr/hyprlock.conf $out/etc/xdg/hypr/hyprlock.conf
'';
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru.updateScript = nix-update-script { };
meta = {