1this derivation will be built:2 /nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv3this path will be fetched (16.2 KiB download, 66.9 KiB unpacked):4 /nix/store/zx9c4rmbf463w2nc4xxynaxcqihl58yi-python3.14-ruff-0.16.15error: Cannot build '/nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv'.6 Reason: builder failed with exit code 1.7 Output paths:8 /nix/store/92m84f6shq48x1n3bj2s2xx7w57q919j-context7-cli-0.1.09 Last 25 log lines:10 > 301 |11 > - request = urllib.request.Request(url, headers=headers) # noqa: S31012 > 302 + request = urllib.request.Request(url, headers=headers)13 > 303 |14 > |15 >16 > RUF100 [*] Unused `noqa` directive (non-enabled: `S310`)17 > --> context7_cli.py:305:7218 > |19 > 304 | try:20 > 305 | with urllib.request.urlopen(request, timeout=60) as response: # noqa: S31021 > | ^^^^^^^^^^^^22 > 306 | content: str = response.read().decode("utf-8")23 > 307 | return content24 > |25 > help: Remove unused `noqa` directive26 > |27 > 304 | try:28 > - with urllib.request.urlopen(request, timeout=60) as response: # noqa: S31029 > 305 + with urllib.request.urlopen(request, timeout=60) as response:30 > 306 | content: str = response.read().decode("utf-8")31 > |32 >33 > Found 5 errors.34 > [*] 5 fixable with the `--fix` option.35 For full logs, run:36 nix log /nix/store/6q0a5c0pc1mhvhnfgpmajzi6511w6j13-context7-cli-0.1.0.drv