niri: avoid flaky tests (#373130)

This commit is contained in:
Ramses
2025-01-12 10:20:16 +01:00
committed by GitHub
+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 = {