Error:
May 27 20:57:18 plum circus-evaluator[1160581]: 2026-05-27T18:57:18.929242Z
INFO evaluate:evaluate_flake: circus_evaluator::nix: nix-eval-jobs unavailable,
falling back to nix eval repo_path="/tmp/circus-evaluator/nixos" timeout=3600s
repo_path="/tmp/circus-evaluator/nixos" nix_expression="checks" timeout=3600s
systemctl show circus-evaluator -p Environment | grep -o 'PATH=[^"]*':
PATH=/nix/store/dfsqsd1y94fxy1a99qg52hjfswpgzi09-nix-2.34.7/bin:
/nix/store/c0277k5giric1mn9dklllavbzvxl6hzb-git-2.53.0/bin:
/nix/store/ar68kaxff430f9zx2jpd3p460vivw5xw-nix-eval-jobs-2.34.1/bin: # <-- It's here!
/nix/store/jjxngswsb214vb58qx485jhmilf0kxxy-coreutils-9.10/bin:
/nix/store/vhsirn9m1ifmnw5g1qczzhvqkx6lw1if-findutils-4.10.0/bin:
/nix/store/wf7lr2hf43546jc5kwqh3dbxnpcnw1mn-gnugrep-3.12/bin:
/nix/store/af4a8i43kc2ss4rnmf0swkk2mprsw6xq-gnused-4.9/bin:
/nix/store/9rpism89x6lyjcwzzkp6kana25rs03nn-systemd-260.1/bin:
/nix/store/dfsqsd1y94fxy1a99qg52hjfswpgzi09-nix-2.34.7/sbin:
/nix/store/c0277k5giric1mn9dklllavbzvxl6hzb-git-2.53.0/sbin:
/nix/store/ar68kaxff430f9zx2jpd3p460vivw5xw-nix-eval-jobs-2.34.1/sbin:
/nix/store/jjxngswsb214vb58qx485jhmilf0kxxy-coreutils-9.10/sbin:
/nix/store/vhsirn9m1ifmnw5g1qczzhvqkx6lw1if-findutils-4.10.0/sbin:
/nix/store/wf7lr2hf43546jc5kwqh3dbxnpcnw1mn-gnugrep-3.12/sbin:
/nix/store/af4a8i43kc2ss4rnmf0swkk2mprsw6xq-gnused-4.9/sbin:
/nix/store/9rpism89x6lyjcwzzkp6kana25rs03nn-systemd-260.1/sbin TZDIR=/nix/store/cxjmhdbpy3bk12jc6lwpmcvlas76a7zm-tzdata-2026a/share/zoneinfo
My only idea thus far is that nix-eval-jobs needs something like trusted-users/allowed-users to include the "circus" user but that's probably wrong because then normal nix eval wouldn't work, I think.
Error:
systemctl show circus-evaluator -p Environment | grep -o 'PATH=[^"]*':My only idea thus far is that nix-eval-jobs needs something like
trusted-users/allowed-usersto include the "circus" user but that's probably wrong because then normal nix eval wouldn't work, I think.