Unverified Commit a4781430 authored by r-vdp's avatar r-vdp
Browse files

niri: avoid flaky tests

parent 108e6566
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {