mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Enable debuginfo in nix build
This commit is contained in:
parent
7fbee547b4
commit
bcccdec431
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue