Enable debuginfo in nix build

This commit is contained in:
outfoxxed 2023-04-30 20:32:01 -07:00
parent 7fbee547b4
commit bcccdec431
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -19,6 +19,10 @@
hyprland.packages.${system}.hyprland.dev
] ++ hyprland.packages.${system}.hyprland.buildInputs;
# no noticeable impact on performance and greatly assists debugging
cmakeBuildType = "Debug";
dontStrip = true;
meta = with pkgs.lib; {
homepage = "https://github.com/outfoxxed/hy3";
description = "Hyprland plugin for an i3 / sway like manual tiling layout";