this derivation will be built: /nix/store/wnsl65km6m0k4w1yg8vz8115xhhmb1lb-gmaps-cli-0.1.0.drv error: Cannot build '/nix/store/wnsl65km6m0k4w1yg8vz8115xhhmb1lb-gmaps-cli-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/5agp2skcx25fy55xdns6hc774vzm7hdc-gmaps-cli-0.1.0 /nix/store/bjlvncqnmnh6w4pwwv3vxkjasqg2d20p-gmaps-cli-0.1.0-dist Last 25 log lines: > 171 | endpoint, > | > > RUF100 [*] Unused `noqa` directive (unused: `S310`) > --> gmaps_cli.py:322:48 > | > 321 | try: > 322 | request = urllib.request.Request( # noqa: S310 > | ^^^^^^^^^^^^ > 323 | endpoint, > 324 | data=json.dumps(body).encode("utf-8"), > | > help: Remove unused `noqa` directive > | > 321 | try: > - request = urllib.request.Request( # noqa: S310 > 322 + request = urllib.request.Request( > 323 | endpoint, > | > > CPY001 Missing copyright notice at top of file > --> test_gmaps_cli_integration.py:1:1 > > Found 5 errors. > [*] 3 fixable with the `--fix` option. For full logs, run: nix log /nix/store/wnsl65km6m0k4w1yg8vz8115xhhmb1lb-gmaps-cli-0.1.0.drv