this derivation will be built: /nix/store/l4mklvdqgab47pnvi426hyzwh9ayphq0-linkwarden-cli-0.1.0.drv error: Cannot build '/nix/store/l4mklvdqgab47pnvi426hyzwh9ayphq0-linkwarden-cli-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/kwigaixrm0bp23gfsx1bgh1xlck1cq7i-linkwarden-cli-0.1.0-dist /nix/store/m63c4gd9c5wm7d3hhb5a65afd6g5z2gv-linkwarden-cli-0.1.0 Last 25 log lines: > 11 | | > 12 | | import pytest > 13 | | > 14 | | from linkwarden_cli.main import main > | |____________________________________^ > help: Organize imports > | > 4 | import threading > 5 + from collections.abc import Generator > 6 | from http.server import BaseHTTPRequestHandler, ThreadingHTTPServer > 7 | from pathlib import Path > - from collections.abc import Generator > 8 | from typing import Any > | > > RUF012 Mutable default value for class attribute > --> tests/test_cli.py:18:38 > | > 17 | class State: > 18 | requests: list[dict[str, Any]] = [] > | ^^ > help: Consider initializing in `__init__` or annotating with `typing.ClassVar` > > Found 2 errors. > [*] 1 fixable with the `--fix` option. For full logs, run: nix log /nix/store/l4mklvdqgab47pnvi426hyzwh9ayphq0-linkwarden-cli-0.1.0.drv