From bcccdec43174672173613303e86f1d77c51cb4b6 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 30 Apr 2023 20:32:01 -0700 Subject: [PATCH] Enable debuginfo in nix build --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index f702f3d..2c82b4c 100644 --- a/flake.nix +++ b/flake.nix @@ -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";