hypridle: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 13:10:13 -05:00
parent 235b0a649a
commit ff659d853b
+3
View File
@@ -45,6 +45,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
wayland-protocols
];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};