1this derivation will be built:2 /nix/store/l4mklvdqgab47pnvi426hyzwh9ayphq0-linkwarden-cli-0.1.0.drv3error: Cannot build '/nix/store/l4mklvdqgab47pnvi426hyzwh9ayphq0-linkwarden-cli-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/kwigaixrm0bp23gfsx1bgh1xlck1cq7i-linkwarden-cli-0.1.0-dist7 /nix/store/m63c4gd9c5wm7d3hhb5a65afd6g5z2gv-linkwarden-cli-0.1.08 Last 25 log lines:9 > 11 | |10 > 12 | | import pytest11 > 13 | |12 > 14 | | from linkwarden_cli.main import main13 > | |____________________________________^14 > help: Organize imports15 > |16 > 4 | import threading17 > 5 + from collections.abc import Generator18 > 6 | from http.server import BaseHTTPRequestHandler, ThreadingHTTPServer19 > 7 | from pathlib import Path20 > - from collections.abc import Generator21 > 8 | from typing import Any22 > |23 >24 > RUF012 Mutable default value for class attribute25 > --> tests/test_cli.py:18:3826 > |27 > 17 | class State:28 > 18 | requests: list[dict[str, Any]] = []29 > | ^^30 > help: Consider initializing in `__init__` or annotating with `typing.ClassVar`31 >32 > Found 2 errors.33 > [*] 1 fixable with the `--fix` option.34 For full logs, run:35 nix log /nix/store/l4mklvdqgab47pnvi426hyzwh9ayphq0-linkwarden-cli-0.1.0.drv