From 029a2001361d2a4cbbe7447968dee5d1b1880298 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 22 Feb 2024 18:11:12 -0800 Subject: [PATCH] Make sure debug info is kept for flake build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a250f37..570b3f6 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ packages = hyprlandSystems (system: pkgs: let hyprlandPackage = hyprland.packages.${system}.hyprland; in rec { - hy3 = hyprlandPackage.stdenv.mkDerivation { + hy3 = (pkgs.keepDebugInfo hyprlandPackage.stdenv).mkDerivation { pname = "hy3"; version = "0.1"; src = ./.;