this derivation will be built: /nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv error: Cannot build '/nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/92m84f6shq48x1n3bj2s2xx7w57q919j-context7-cli-0.1.0 Last 25 log lines: > 301 | > - request = urllib.request.Request(url, headers=headers) # noqa: S310 > 302 + request = urllib.request.Request(url, headers=headers) > 303 | > | > > RUF100 [*] Unused `noqa` directive (non-enabled: `S310`) > --> context7_cli.py:305:72 > | > 304 | try: > 305 | with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310 > | ^^^^^^^^^^^^ > 306 | content: str = response.read().decode("utf-8") > 307 | return content > | > help: Remove unused `noqa` directive > | > 304 | try: > - with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310 > 305 + with urllib.request.urlopen(request, timeout=60) as response: > 306 | content: str = response.read().decode("utf-8") > | > > Found 5 errors. > [*] 5 fixable with the `--fix` option. For full logs, run: nix log /nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv