mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 05:38:04 +02:00
Nix: always test in debug mode
This commit is contained in:
parent
8aff500351
commit
9683e261af
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
wayland-scanner,
|
||||
xwayland,
|
||||
debug ? false,
|
||||
withTests ? false,
|
||||
withTests ? debug,
|
||||
enableXWayland ? true,
|
||||
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
|
||||
wrapRuntimeDeps ? true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue