this derivation will be built: /nix/store/lqd1c5fxfsylgmz33xj0plrxkjjrvz2m-context7-cli-0.1.0.drv these 6 paths will be fetched (21.7 KiB download, 80.5 KiB unpacked): /nix/store/s2a0fvmvlpqc79zyxk66jrkr26s5vqc6-python-catch-conflicts-hook /nix/store/c22p17b6y8phdk02nca7py1vjmlwinw5-python-imports-check-hook.sh /nix/store/bxf211dncwm8ixy8bwr6v3phjgfkm32k-python-namespaces-hook.sh /nix/store/n6mdfmyg3yi8mq5ywzwy3kxfwnzl6475-python-remove-tests-dir-hook /nix/store/zx9c4rmbf463w2nc4xxynaxcqihl58yi-python3.14-ruff-0.16.1 /nix/store/wj0zw4yvjcdr960ghbhv4jf2ham8l9bk-wrap-python-hook error: Cannot build '/nix/store/lqd1c5fxfsylgmz33xj0plrxkjjrvz2m-context7-cli-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/rj6n7b5vcxyk6r6xwn99nl4x19p8i9ld-context7-cli-0.1.0 Last 25 log lines: > 299 | > - request = urllib.request.Request(url, headers=headers) # noqa: S310 > 300 + request = urllib.request.Request(url, headers=headers) > 301 | > | > > RUF100 [*] Unused `noqa` directive (non-enabled: `S310`) > --> context7_cli.py:303:72 > | > 302 | try: > 303 | with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310 > | ^^^^^^^^^^^^ > 304 | content: str = response.read().decode("utf-8") > 305 | return content > | > help: Remove unused `noqa` directive > | > 302 | try: > - with urllib.request.urlopen(request, timeout=60) as response: # noqa: S310 > 303 + with urllib.request.urlopen(request, timeout=60) as response: > 304 | content: str = response.read().decode("utf-8") > | > > Found 5 errors. > [*] 5 fixable with the `--fix` option. For full logs, run: nix log /nix/store/lqd1c5fxfsylgmz33xj0plrxkjjrvz2m-context7-cli-0.1.0.drv