hypridle: Enable separateDebugInfo

(cherry picked from commit ff659d853b)
This commit is contained in:
Lee Bousfield 2026-07-02 13:10:13 -05:00 committed by github-actions[bot]
commit e24bbbbf66

View file

@ -45,6 +45,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
wayland-protocols
];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};