From 9683e261afba97bc820c7ce737d9192616246989 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 13 Mar 2026 19:47:10 +0200 Subject: [PATCH] Nix: always test in debug mode --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 2c58403f0..51bb58fef 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -48,7 +48,7 @@ wayland-scanner, xwayland, debug ? false, - withTests ? false, + withTests ? debug, enableXWayland ? true, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, wrapRuntimeDeps ? true,