mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-16 03:03:40 +01:00
Make sure debug info is kept for flake build
This commit is contained in:
parent
f5fc457d6b
commit
029a200136
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
packages = hyprlandSystems (system: pkgs: let
|
packages = hyprlandSystems (system: pkgs: let
|
||||||
hyprlandPackage = hyprland.packages.${system}.hyprland;
|
hyprlandPackage = hyprland.packages.${system}.hyprland;
|
||||||
in rec {
|
in rec {
|
||||||
hy3 = hyprlandPackage.stdenv.mkDerivation {
|
hy3 = (pkgs.keepDebugInfo hyprlandPackage.stdenv).mkDerivation {
|
||||||
pname = "hy3";
|
pname = "hy3";
|
||||||
version = "0.1";
|
version = "0.1";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
Loading…
Add table
Reference in a new issue