1these 3 derivations will be built:2 /nix/store/33j846xprv7700ffcq2l7whn03zfcclc-python3-3.14.6-env.drv3 /nix/store/d7hjc3x860y80rjrlw1npf3fjib3b7s2-drawio-headless-30.2.6.drv4 /nix/store/ss6dp0sd2qzkw0bzm6zd53m3qn0i9iwf-drawio-cli-0.1.0.drv5these 13 paths will be fetched (195.5 MiB download, 552.5 MiB unpacked):6 /nix/store/8a2mz57nxvmz4a6v4s8q60s2xxfpsapc-drawio-30.2.67 /nix/store/d88cy47qigxdighyfyz4fjkwh8777r8j-electron-41.10.38 /nix/store/cn0bd3lyc3zbggms10qyjnvzgh58p3kb-electron-unwrapped-41.10.39 /nix/store/s8b3wp8chfc0v7jpm5aqq0f8ad204wc5-fonts.conf10 /nix/store/r2p96kjri716z0lw2d4br3jn5hvgp659-gd-2.3.311 /nix/store/kz5ahranvr1248qln01890wfgcjj3ll9-getopt-1.1.612 /nix/store/04yj0f2x0fx9nb1ncw8n5afw2n1kg0g1-ghostscript-with-X-10.07.1-fonts13 /nix/store/cn7ik6k9az3jzjdad0hbn1awfa2n3cla-graphviz-15.1.014 /nix/store/xr8ly21qx9474x21b7yapqs9sd7g1af4-gts-0.7.615 /nix/store/dcspdlj2cphxd8siphk3jxyny5azjv5w-libxpm-3.5.1916 /nix/store/4wf1zyk828569zzahahjb5wwj2063x4a-ncompress-5.017 /nix/store/90dwfpy19mxi536v98cjg3bibc3lnjgb-speech-dispatcher-0.12.118 /nix/store/5nzif4nmqzw0h5k9s8wjlbkqb645z14w-xvfb-run-1+g87f670519error: Cannot build '/nix/store/ss6dp0sd2qzkw0bzm6zd53m3qn0i9iwf-drawio-cli-0.1.0.drv'.20 Reason: builder failed with exit code 1.21 Output paths:22 /nix/store/98gb5z6m5hph4s192ff57bk4dv4w4z3c-drawio-cli-0.1.023 Last 25 log lines:24 > |25 >26 > I001 [*] Import block is un-sorted or un-formatted27 > --> tests/test_validate.py:1:128 > |29 > 1 | / from __future__ import annotations30 > 2 | |31 > 3 | | from pathlib import Path32 > 4 | |33 > 5 | | import pytest34 > 6 | | from drawio_cli.document import DrawioDocument35 > 7 | | from drawio_cli.validate import validate_document36 > | |_________________________________________________^37 > 8 |38 > 9 | FIXTURES = Path(__file__).parent / "fixtures"39 > |40 > help: Organize imports41 > |42 > 5 | import pytest43 > 6 +44 > 7 | from drawio_cli.document import DrawioDocument45 > |46 >47 > Found 23 errors.48 > [*] 8 fixable with the `--fix` option (5 hidden fixes can be enabled with the `--unsafe-fixes` option).49 For full logs, run:50 nix log /nix/store/ss6dp0sd2qzkw0bzm6zd53m3qn0i9iwf-drawio-cli-0.1.0.drv