cosmic-*: enable separateDebugInfo if not already enabled

At least `cosmic-settings`, `cosmic-launcher`, and `cosmic-osd` have core dumps listed in `coredumpctl`. Other than "it takes up a few extra Mb in hydra's storage", there isn't a particularly compelling reason not to enable separateDebugInfo for all COSMIC applications.
This commit is contained in:
Gavin John 2026-05-10 03:05:38 -07:00
commit b45f95514d
No known key found for this signature in database
GPG key ID: 792E158CDD33C3EE
23 changed files with 46 additions and 0 deletions

View file

@ -27,6 +27,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-DCqEXoJ1qTwKemSCGe7AwQCdOFw7Qh3PoxbB9XdLfHk=";
separateDebugInfo = true;
nativeBuildInputs = [
just
pkg-config