1this derivation will be built:2 /nix/store/lqd1c5fxfsylgmz33xj0plrxkjjrvz2m-context7-cli-0.1.0.drv3these 6 paths will be fetched (21.7 KiB download, 80.5 KiB unpacked):4 /nix/store/s2a0fvmvlpqc79zyxk66jrkr26s5vqc6-python-catch-conflicts-hook5 /nix/store/c22p17b6y8phdk02nca7py1vjmlwinw5-python-imports-check-hook.sh6 /nix/store/bxf211dncwm8ixy8bwr6v3phjgfkm32k-python-namespaces-hook.sh7 /nix/store/n6mdfmyg3yi8mq5ywzwy3kxfwnzl6475-python-remove-tests-dir-hook8 /nix/store/zx9c4rmbf463w2nc4xxynaxcqihl58yi-python3.14-ruff-0.16.19 /nix/store/wj0zw4yvjcdr960ghbhv4jf2ham8l9bk-wrap-python-hook10error: Cannot build '/nix/store/lqd1c5fxfsylgmz33xj0plrxkjjrvz2m-context7-cli-0.1.0.drv'.11 Reason: builder failed with exit code 1.12 Output paths:13 /nix/store/rj6n7b5vcxyk6r6xwn99nl4x19p8i9ld-context7-cli-0.1.014 Last 25 log lines:15 > 299 |16 > - request = urllib.request.Request(url, headers=headers) # noqa: S31017 > 300 + request = urllib.request.Request(url, headers=headers)18 > 301 |19 > |20 >21 > RUF100 [*] Unused `noqa` directive (non-enabled: `S310`)22 > --> context7_cli.py:303:7223 > |24 > 302 | try:25 > 303 | with urllib.request.urlopen(request, timeout=60) as response: # noqa: S31026 > | ^^^^^^^^^^^^27 > 304 | content: str = response.read().decode("utf-8")28 > 305 | return content29 > |30 > help: Remove unused `noqa` directive31 > |32 > 302 | try:33 > - with urllib.request.urlopen(request, timeout=60) as response: # noqa: S31034 > 303 + with urllib.request.urlopen(request, timeout=60) as response:35 > 304 | content: str = response.read().decode("utf-8")36 > |37 >38 > Found 5 errors.39 > [*] 5 fixable with the `--fix` option.40 For full logs, run:41 nix log /nix/store/lqd1c5fxfsylgmz33xj0plrxkjjrvz2m-context7-cli-0.1.0.drv