niri: avoid flaky tests

See https://github.com/YaLTeR/niri/issues/953
This commit is contained in:
r-vdp
2025-01-12 08:56:41 +01:00
parent 108e656677
commit a478143064
+2
View File
@@ -104,6 +104,8 @@ rustPlatform.buildRustPackage rec {
preCheck = ''
export XDG_RUNTIME_DIR=$(mktemp -d)
# See https://github.com/YaLTeR/niri/issues/953
export RAYON_NUM_THREADS=1
'';
passthru = {