Make sure debug info is kept for flake build

This commit is contained in:
outfoxxed 2024-02-22 18:11:12 -08:00
parent f5fc457d6b
commit 029a200136
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -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 = ./.;