hyprlock: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 11:03:51 -05:00
parent 335e15a79c
commit c74c7bf9e4
+3
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 = {