Nix: always test in debug mode

This commit is contained in:
Mihai Fufezan 2026-03-13 19:47:10 +02:00
parent 8aff500351
commit 9683e261af
Signed by: fufexan
SSH key fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg

View file

@ -48,7 +48,7 @@
wayland-scanner,
xwayland,
debug ? false,
withTests ? false,
withTests ? debug,
enableXWayland ? true,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
wrapRuntimeDeps ? true,