diff --git a/nix/default.nix b/nix/default.nix index 4ada2d9..c5ce83e 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -14,6 +14,10 @@ stdenv.mkDerivation { outputs = ["out" "dev"]; + cmakeBuildType = "RelWithDebInfo"; + + dontStrip = true; + meta = with lib; { homepage = "https://github.com/hyprwm/hyprutils"; description = "Small C++ library for utilities used across the Hypr* ecosystem";