this derivation will be built: /nix/store/fw5973pmgwkv7wgbp30q8a30cf4s7x2r-nix-eval-jobs-functional-tests.drv error: Cannot build '/nix/store/fw5973pmgwkv7wgbp30q8a30cf4s7x2r-nix-eval-jobs-functional-tests.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/5zpqd8v5ci0k9r06bcl366z8n9nf9563-nix-eval-jobs-functional-tests Last 25 log lines: > bytes(errpipe_data)) > child_exception_type = getattr( > builtins, exception_name.decode('ascii'), > SubprocessError) > if issubclass(child_exception_type, OSError) and hex_errno: > errno_num = int(hex_errno, 16) > if err_msg == "noexec:chdir": > err_msg = "" > # The error must be from chdir(cwd). > err_filename = cwd > elif err_msg == "noexec": > err_msg = "" > err_filename = None > else: > err_filename = orig_executable > if errno_num != 0: > err_msg = os.strerror(errno_num) > if err_filename is not None: > > raise child_exception_type(errno_num, err_msg, err_filename) > E FileNotFoundError: [Errno 2] No such file or directory: 'git' > > /nix/store/3lll9y925zz9393sa59h653xik66srjb-python3-3.13.9/lib/python3.13/subprocess.py:1972: FileNotFoundError > =========================== short test summary info ============================ > FAILED tests-functional/test_eval.py::test_workers_do_not_race_flake_fetch - ... > ========================= 1 failed, 22 passed in 4.77s ========================= For full logs, run: nix log /nix/store/fw5973pmgwkv7wgbp30q8a30cf4s7x2r-nix-eval-jobs-functional-tests.drv