hyprsunset: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 13:11:23 -05:00
parent 0b5763d605
commit 2970e07266
+3
View File
@@ -46,6 +46,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};