Skip to content

duckdb: 1.3.2 -> 1.4.1; python3Packages.duckdb: 1.3.2 -> 1.4.1; python3Packages.{sqlglot,narwhals,frictionless}: fixes#444225

Merged
SuperSandro2000 merged 5 commits intoNixOS:masterfrom
onnimonni:update-duckdb-1.4
Oct 23, 2025
Merged

duckdb: 1.3.2 -> 1.4.1; python3Packages.duckdb: 1.3.2 -> 1.4.1; python3Packages.{sqlglot,narwhals,frictionless}: fixes#444225
SuperSandro2000 merged 5 commits intoNixOS:masterfrom
onnimonni:update-duckdb-1.4

Conversation

@onnimonni
Copy link
Contributor

@onnimonni onnimonni commented Sep 19, 2025

Hey,

I'm not really familiar on how to test packages in nixpkgs but I did this:

$ cd nixpkgs
$ nix-build -A duckdb
$ ./result/bin/duckdb -c "
    ATTACH 'ducklake:metadata.ducklake' AS my_ducklake;
    USE my_ducklake;

    INSTALL spatial; LOAD spatial;
    LOAD httpfs;

    CREATE TABLE monaco AS
    SELECT
        ST_Point(lat, lon) as geometry,
        * EXCLUDE (lat, lon) REPLACE (kind::varchar AS kind, ref_types::varchar AS ref_types)
    FROM ST_ReadOSM('https://download.geofabrik.de/europe/monaco-latest.osm.pbf');
    FROM monaco;
"

And it worked just fine and used the new geometry column support for ducklake from the duckdb 1.4.0 version.

Anyway I would be interested to learn how to run the other tests too since I use this software all the time and would be willing to help maintaining it.

Thanks for separating the versions into the json file. It makes it very easy to update version and the hashes 👍.

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Sep 19, 2025
@liberodark liberodark requested a review from cpcloud September 19, 2025 12:04
@liberodark
Copy link
Contributor

Hi,

Have see mismatch hash :

┃        For full logs, run:
┃          nix log /nix/store/hyqkmmdvy3h2cf10f715vvrc0i80hl4b-python3.12-duckdb-1.4.0.drv
┃ error: hash mismatch in fixed-output derivation '/nix/store/plv0464mjm3v1fnqcvzbb7f89b7cg7r9-source.drv':
┃          specified: sha256-s3whsNYqS7hsqvWX73E8KbDMUZTGWLgeqmN08tXPkwE=
┃             got:    sha256-nLccJlFnnVTpamph2oIaMxRD5ljrw6GlCnnTx7LfrO0=

Best Regards

@nixpkgs-ci nixpkgs-ci bot removed the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Sep 19, 2025
@cameronraysmith
Copy link
Member

cameronraysmith commented Sep 19, 2025

┃ specified: sha256-s3whsNYqS7hsqvWX73E8KbDMUZTGWLgeqmN08tXPkwE=
┃ got: sha256-nLccJlFnnVTpamph2oIaMxRD5ljrw6GlCnnTx7LfrO0=

That hash is from

src = fetchFromGitHub {
owner = "scipp";
repo = "Scipp";
# https://github.com/scipp/scipp/pull/3722
tag = version;
hash = "sha256-s3whsNYqS7hsqvWX73E8KbDMUZTGWLgeqmN08tXPkwE=";
};

#438905 (comment)

Copy link
Member

@cameronraysmith cameronraysmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@onnimonni could you please rebase this PR after #444684 / fc1370d so we can rerun nixpkgs-review?
I went ahead and did so in #444982 for testing purposes, but it will be helpful to reveal the next error from this PR source branch on your fork.

@cameronraysmith
Copy link
Member

cameronraysmith commented Sep 21, 2025

Based on duckdb/duckdb#18789 the current approach at

postPatch = (duckdb.postPatch or "") + ''
# we can't use sourceRoot otherwise patches don't apply, because the patches apply to the C++ library
cd tools/pythonpkg
# 1. let nix control build cores
# 2. default to extension autoload & autoinstall disabled
substituteInPlace setup.py \
--replace-fail "ParallelCompile()" 'ParallelCompile("NIX_BUILD_CORES")' \
--replace-fail "define_macros.extend([('DUCKDB_EXTENSION_AUTOLOAD_DEFAULT', '1'), ('DUCKDB_EXTENSION_AUTOINSTALL_DEFAULT', '1')])" "pass"
substituteInPlace pyproject.toml \
--replace-fail 'setuptools_scm>=6.4,<8.0' 'setuptools_scm'
'';

would no longer work since tools/pythonpkg has been removed from the duckdb repo and an updated version has been placed in https://github.com/duckdb/duckdb-python.
See https://github.com/cameronraysmith/nixpkgs-review-gha/actions/runs/17894997120/job/50880439985#step:6:10295 for the associated nixpkgs-review build log failure.

python-duckdb build failure

python3.13-duckdb> Running phase: patchPhase
python3.13-duckdb> /nix/store/jrw7q6v8q74hhv43zgpq7i4jmxj9nwlj-stdenv-linux/setup: line 260: cd: tools/pythonpkg: No such file or directory
building '/nix/store/ach941kgb1lawmnpjrd8065x5q0bw9j0-python3.12-scipp-25.08.0.drv'...
error: Cannot build '/nix/store/ash76z93nszbyyfglzn062pw57ff2h1q-python3.13-duckdb-1.4.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/038b8grqb2x18p0hk05lz3wv9irwn6ww-python3.13-duckdb-1.4.0
         /nix/store/39cb3cjbz1wskx5wg40qm8s2zz8hq2a7-python3.13-duckdb-1.4.0-dist
       Last 21 log lines:
       > Sourcing python-remove-tests-dir-hook
       > Sourcing python-catch-conflicts-hook.sh
       > Sourcing python-remove-bin-bytecode-hook.sh
       > Sourcing pypa-build-hook
       > Using pypaBuildPhase
       > Sourcing python-runtime-deps-check-hook
       > Using pythonRuntimeDepsCheckHook
       > Sourcing pypa-install-hook
       > Using pypaInstallPhase
       > Sourcing python-imports-check-hook.sh
       > Using pythonImportsCheckPhase
       > Sourcing python-namespaces-hook
       > Sourcing python-catch-conflicts-hook.sh
       > Sourcing pytest-check-hook
       > Using pytestCheckPhase
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/mhsl8fwkyz0x0c59a1h650w083wvcxlk-source
       > source root is source
       > setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tools/utils/test_platform.cpp"
       > Running phase: patchPhase
       > /nix/store/jrw7q6v8q74hhv43zgpq7i4jmxj9nwlj-stdenv-linux/setup: line 260: cd: tools/pythonpkg: No such file or directory
       For full logs, run:
         nix log /nix/store/ash76z93nszbyyfglzn062pw57ff2h1q-python3.13-duckdb-1.4.0.drv

from #444982 after rebasing this PR on #444684.

@onnimonni
Copy link
Contributor Author

onnimonni commented Sep 22, 2025

@onnimonni could you please rebase this PR after #444684 / fc1370d so we can rerun nixpkgs-review?

Hey!

I think I did it but I remember sometimes it was necessary to rebase on nixos-unstable instead of master.

I ran this now:

$ git remote -v
origin	https://github.com/onnimonni/nixpkgs.git (fetch)
origin	git@github.com:onnimonni/nixpkgs.git (push)
upstream	https://github.com/NixOS/nixpkgs.git (fetch)
upstream	git@github.com:NixOS/nixpkgs.git (push)
$ git pull upstream master --rebase
$ git push origin HEAD --force-with-lease

@cameronraysmith
Copy link
Member

cameronraysmith commented Sep 22, 2025

Yes I think you got it rebased. The PR's target branch is, correctly, master so it should be rebased, as needed, on master.

Since

buildPythonPackage rec {
inherit (duckdb)
patches
pname
rev
src
version
;

inherits its version from
let
enableFeature = yes: if yes then "ON" else "OFF";
versions = lib.importJSON ./versions.json;
in
stdenv.mkDerivation (finalAttrs: {
pname = "duckdb";
inherit (versions) rev version;

the duckdb python derivation is within the blast radius of this PR and we need to decide how to address #444225 (comment) and any other issues that may have arisen in the update to 1.4.0.
You can see the CI logs that result from executing nixpkgs-review, after fixing the problem with the scipp package hash, and reveal this issue here. Again, this was executed on #444982, a source branch that has a rebased copy of e78be6f on nixpkgs/master after fixing the scipp hash in #444684.

@sikmir sikmir mentioned this pull request Sep 23, 2025
13 tasks
@sikmir
Copy link
Member

sikmir commented Sep 23, 2025

I would suggest to cleanup a bit:

diff --git i/pkgs/by-name/du/duckdb/package.nix w/pkgs/by-name/du/duckdb/package.nix
index 3cfd451a4681..8a5b6700476d 100644
--- i/pkgs/by-name/du/duckdb/package.nix
+++ w/pkgs/by-name/du/duckdb/package.nix
@@ -13,7 +13,6 @@
 }:

 let
-  enableFeature = yes: if yes then "ON" else "OFF";
   versions = lib.importJSON ./versions.json;
 in
 stdenv.mkDerivation (finalAttrs: {
@@ -47,14 +46,12 @@ stdenv.mkDerivation (finalAttrs: {
   ++ lib.optionals withOdbc [ unixODBC ];

   cmakeFlags = [
-    "-DDUCKDB_EXTENSION_CONFIGS=${finalAttrs.src}/.github/config/in_tree_extensions.cmake"
-    "-DBUILD_ODBC_DRIVER=${enableFeature withOdbc}"
-    "-DJDBC_DRIVER=${enableFeature withJdbc}"
-    "-DOVERRIDE_GIT_DESCRIBE=v${finalAttrs.version}-0-g${finalAttrs.rev}"
-  ]
-  ++ lib.optionals finalAttrs.doInstallCheck [
+    (lib.cmakeFeature "DUCKDB_EXTENSION_CONFIGS" "${finalAttrs.src}/.github/config/in_tree_extensions.cmake")
+    (lib.cmakeBool "BUILD_ODBC_DRIVER" withOdbc)
+    (lib.cmakeBool "JDBC_DRIVER" withJdbc)
+    (lib.cmakeFeature "OVERRIDE_GIT_DESCRIBE" "v${finalAttrs.version}-0-g${finalAttrs.rev}")
     # development settings
-    "-DBUILD_UNITTESTS=ON"
+    (lib.cmakeBool "BUILD_UNITTESTS" finalAttrs.doInstallCheck)
   ];

   doInstallCheck = true;

@cameronraysmith
Copy link
Member

cameronraysmith commented Sep 24, 2025

@onnimonni if you review and merge (fast-forward only via git cli to avoid clobbering the commits and their hashes) onnimonni#1 (that PR is directly targeted into the source branch of this PR on your fork and a restricted nixpkgs-review build succeeded on all supported platforms for duckdb and python3Packages.duckdb from its HEAD in #444982 (comment)) it will then bring this PR up-to-date with

Then, I think we would have what we need here to continue the discussion.

If you don't want to do that for any reason, we could consider migrating the discussion to #445695, which contains the same set of changes that would arrive here after merging onnimonni#1, but it's up to you.

#445695 (comment) contains instructions for downloading the duckdb and python3Packages.duckdb build outputs from my cachix cache across the four common platform-system pairs if anyone would like to experiment locally with the build outputs.

@onnimonni
Copy link
Contributor Author

Hey @cameronraysmith I did merge the changes recommended by @sikmir above and added him as co-author for the commit.

We can definitely continue in the draft PR you opened instead of using this one.

I'm not sure if I understood everything you mentioned in the comment above:

Should I still merge the changes from your PR to here?

Also: Can I somehow give you edit access to this PR?

@nix-owners nix-owners bot requested a review from costrouc September 25, 2025 07:44
@onnimonni
Copy link
Contributor Author

I still ran these commands to merge your changes to this PR too:

$ gh pr checkout 445695 # Your PR
$ git log -1
commit 35c1c7fa4c666f8836f4338752d7b9d5c958cb92 (HEAD -> duckdb-132-140)
Author: Cameron Smith <cameron.ray.smith@gmail.com>
Date:   Tue Sep 23 14:51:20 2025 -0400

    python3Packages.duckdb: 1.3.2 -> 1.4.0
$ gh pr checkout 444225 # My PR
$ git merge 35c1c7fa4c666f8836f4338752d7b9d5c958cb92
$ git push origin HEAD --force-with-lease

@nixpkgs-ci nixpkgs-ci bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Sep 25, 2025
@cameronraysmith
Copy link
Member

cameronraysmith commented Sep 25, 2025

Hi @onnimonni: Great you got all the right changes incorporated. However, we'd need to fix the commit messages and history to match the commit conventions which would be approximately like those on #445695 (after having amended the final commit to incorporate @sikmir's comment). You can either do so via interactive rebasing of this branch

Can I somehow give you edit access to this PR?
Originally posted by @onnimonni in #444225 (comment)

or I can help you do it if you give me write access to your nixpkgs fork in the github collaborator settings. You could likely accomplish the same that I would do from your local copy of your nixpkgs fork like ([...] strictly optional AND assuming your fork remote is named origin):

[git remote -v] # <- check onnimonni fork remote is named origin
[git branch backup-update-duckdb-1.4 update-duckdb-1.4]
git checkout update-duckdb-1.4
git remote add cameronraysmith https://github.com/cameronraysmith/nixpkgs.git
git fetch cameronraysmith duckdb-132-140
[git reflog update-duckdb-1.4]
git reset --hard cameronraysmith/duckdb-132-140
[git reflog update-duckdb-1.4]
[git log] # <- confirm changes look sensible
git push --force-with-lease origin update-duckdb-1.4 # or replace `origin` with correct remote name of your fork
# of course you can delete backup-update-duckdb-1.4 if you created it
# but you would still be able to reset to the prior HEAD hash using
# the reflog even if you do not, which is why it's optional

If you're comfortable with it, that would be the quickest and simplest approach.
We have a backup copy of the changes (and, aside from the reflog, you will have a local one too if you execute the branch backup step) so this will not risk losing information.

@onnimonni
Copy link
Contributor Author

Thanks for the clear guide and hand holding! I really value you taking the time on involving me into your thinking process here 🙇 ❤️

And the commit messages are definitely tricky to get right here but this is so massive repo that I completely understand that strict conventions are needed. AFAIK this should be ready for reviews and merging now 👌

@cameronraysmith cameronraysmith self-assigned this Sep 26, 2025
@onnimonni
Copy link
Contributor Author

Git rebasing is a quite complex beast. Hopefully the claude code assisted rebasing worked properly.

Copy link
Contributor

@GaetanLepage GaetanLepage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can drop the harlequin and sqlfmt commits as I fixed both packages in #454682.

Comment on lines +71 to +74
preCheck = ''
export PATH="$PATH:$out/bin";
'';

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed as I added addBinPathToHook in nativeCheckInputs as part of #454682.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, I will rebase again. Thanks for the review.

Can you also guide me how I can run the nice nixpkgs-review which @cameronraysmith did above?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to now remove both of those commits. The problem is that I haven't been using git too much in this kind of way so there might be some issues.

If you want to look review the changes again it would be great 😊

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also guide me how I can run the nice nixpkgs-review which @cameronraysmith did above?

You can either run it locally, using your own compute to build the derivations.
Simply nix-shell -p nixpkgs-review to get it. (Or add it to your packages).

If you want to test for all architectures, you might want to use nixpkgs-review-gha which lets you leverage GitHub runners.
While it supports all four main platforms, build capacity if very limited (not suited) for this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, thanks a lot for teaching me this 😊

I ran now these commands on my Macbook:

$ nix-shell -p nixpkgs-review
$ nixpkgs-review pr 444225 -P calibre -P unbook -P python3Packages.wacz -P py-wacz -P python3Packages.svgdigitizer -P skytemple

I have ability to simulate other platforms because I have the linux builder as well. Would that be useful?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[0/2212 built, 16/1243/3675 copied (6978.5/37062.5 MiB), 1611.0/9286.8 MiB DL] fetching source from https:

Damn. I wish I would have purchased slightly bigger hard disk for my Macbook but there's still enough room for this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is a big PR... I am running nixpkgs-review on x86_64-linux right now.

Copy link
Member

@cameronraysmith cameronraysmith Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@onnimonni, Gaétan is correct

While it supports all four main platforms, build capacity if very limited (not suited) for this PR.

What you're seeing above from me is probably quite misleading.

In general, it is NOT a great idea to try to use GHA for PRs with nix closure of this size. I've been working with Defelo to try to iron out some level of support for ping-ponging local caching up to GHA to allow you to build some fraction of the packages locally and some other fraction in GHA and slowly ratchet your way up to reviewing PRs with large closures like this one. See Defelo/nixpkgs-review-gha#49 (comment) , but note that isn't merged yet.

To replicate what I've done, you'd have to fork https://github.com/Defelo/nixpkgs-review-gha , add a git env var,
Defelo/nixpkgs-review-gha#65 (comment)
build up a cache (for now you could reuse mine, but you won't be able to push to it) and then run a command like the following

gh workflow run via local fork of Defelo/nixpkgs-review-gha `push-lltwvsmxsrsm` branch

gh workflow run review.yml \
  --ref push-lltwvsmxsrsm \
  -f pr=445695 \
  -f x86_64-linux=false \
  -f aarch64-linux=true \
  -f x86_64-darwin=no \
  -f aarch64-darwin=no \
  -f push-to-cache=true \
  -f post-result=true \
  -f on-success=nothing \
  -f extra-args="-P calibre -P unbook -P python3Packages.wacz -P py-wacz -P python3Packages.svgdigitizer -P skytemple"

As you can see, this probably isn't ready for "primetime" yet ;).
Hopefully this description will avoid confusing anyone else as well.
However, if this becomes a bit smoother in the future, it might be able to become part of a helpful pattern.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@onnimonni if we end up retaining the three additional fixes after having dropped sqlfmt and harlequin, maybe you should change the PR title to

duckdb: 1.3.2 -> 1.4.1; python3Packages.duckdb: 1.3.2 -> 1.4.1; python3Packages.{sqlglot,narwhals,frictionless}: fixes

so it will be easily searchable in the future.

@nixpkgs-ci nixpkgs-ci bot removed the 2.status: merge conflict This PR has merge conflicts with the target branch label Oct 23, 2025
…Click 8.2.1

Disable console CLI test paths due to CliRunner output capture issues:
- frictionless/console/__spec__/test_console.py (2 tests)
- frictionless/console/commands/__spec__/test_summary.py (3 tests)

These tests expect error messages in result.stdout but it's empty,
likely due to Click CliRunner API changes in how output is captured or
redirected.

All 1676 functional tests pass, including:
- DuckDB adapter tests (frictionless/formats/sql/__spec__/duckdb/)
- All other format adapters
- Data validation and transformation tests

The failure is in tests only.
@cameronraysmith
Copy link
Member

Yes, this is a big PR... I am running nixpkgs-review on x86_64-linux right now.

Apologies @GaetanLepage if you really care about your review matching the HEAD SHA-1 I busted it to fix a typo in the commit message P->p 3efc02300ab740a0fcd4719eddbced29fa90ba05 -> 78b67e6, but content hashes should all still be equivalent.

@cameronraysmith
Copy link
Member

Git rebasing is a quite complex beast.

This might not make sense now, but I'll say it anyway: Try learning jujutsu as a git history rewriting tutorial (alt to interactive rebasing) ;). In jj, you're always in the midst of a detached HEAD interactive rebase. Then, decide if you want to keep using git or prefer co-located jujutsu. lazygit is a good helper in between. Sorry this is way off-topic.

@cameronraysmith
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 444225 -P calibre -P unbook -P python3Packages.wacz -P py-wacz -P python3Packages.svgdigitizer -P skytemple
Commit: 78b67e628929f227d0f3e81b703f24a7ae08e9bf (subsequent changes)
Merge: dcbc972364b84136749ff33c4bd9d78726d24866

Logs: https://github.com/cameronraysmith/nixpkgs-review-gha/actions/runs/18751608740

Download packages from cache:
  • aarch64-linux
    nix-store -r --add-root nixpkgs-pr-444225-aarch64-linux \
      --option binary-caches 'https://cache.nixos.org/ https://cameronraysmith.cachix.org' \
      --option trusted-public-keys '
      cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
      cameronraysmith.cachix.org-1:aC8ZcRCVcQql77Qn//Q1jrKkiDGir+pIUjhUunN6aio=
      ' \
      /nix/store/pch7csf8vxcs2s9cnc09g8chgd7bng98-python3.13-acquire-3.20.1 \
      /nix/store/c3drbcwgn8iwid11gxn7sj8w9pl6kjgz-python3.13-acquire-3.20.1-dist \
      /nix/store/s6icjxwr3d8hllp7gwal0hk7pi6l6i5q-aider-chat-playwright-browser-help-bedrock-0.86.1 \
      /nix/store/7izqyjh49klmfj6wmfwaws22npjj5x3f-aider-chat-playwright-browser-help-bedrock-0.86.1-dist \
      /nix/store/wpjyb7k6dw0syclgczg4xs427ss4g557-aider-chat-browser-0.86.1 \
      /nix/store/ic5jnirf1wcg93zi5rm98xz2dg3x14vc-aider-chat-browser-0.86.1-dist \
      /nix/store/pi0gyx6pvmnz3s5l559192zxm9xyc2g0-aider-chat-help-0.86.1 \
      /nix/store/39qf7nzp68qf0bn6zv3bdllqk5q8appq-aider-chat-help-0.86.1-dist \
      /nix/store/4hf215hs0lz5jjgxd22fxg2k64y218j3-apkleaks-2.6.3 \
      /nix/store/az9imh6lw7rzx51v1nxfam1maaibdpz5-apkleaks-2.6.3-dist \
      /nix/store/m5i4w1vgjm1a065xzd9y26vw1yzj6g49-python3.13-rdbms-connect-1.0.7 \
      /nix/store/yn0hxy1x01j431l3byfm67i8iwhmj4zc-python3.13-rdbms-connect-1.0.7-dist \
      /nix/store/nnys90rlxk75np9fqyvs5a38p1p8337x-beets-2.5.1 \
      /nix/store/fanrrl1v6a0bwb5wmhbx5gdff0dh6jyf-beets-2.5.1-dist \
      /nix/store/pq6af0vwsmrbzdl7v2wrvpxis5mmx167-beets-2.5.1-doc \
      /nix/store/wd4cdk485qqdhr33737d0whqbh514yz1-beets-2.5.1-man \
      /nix/store/yy1cvm283k0j64qwa6ym9pj0w3xya8v0-checkov-3.2.484 \
      /nix/store/snlk9k0rhf9lw3xdxmjc45g71qsxqvda-checkov-3.2.484-dist \
      /nix/store/dm3y1cr8ksdfhrn07p2fw09554l3f7wr-contact-1.4.1 \
      /nix/store/w4xrs776wfbf8g9ix2ss3svx5h21la8g-contact-1.4.1-dist \
      /nix/store/n3q091ixbyslbhwsmbc0094wmsms2yn4-python3.13-crewai-0.203.1 \
      /nix/store/ry9996m4p8hdhwl1vfim2zyih373kzhy-python3.13-crewai-0.203.1-dist \
      /nix/store/v34xswizzymwr0i5h1z5618qxgmiq45j-cve-bin-tool-3.4 \
      /nix/store/wp1d7iccjhy9xdcqz8mgrlpyb6c4rp6l-cve-bin-tool-3.4-dist \
      /nix/store/c37ckx2idy4c29bixswq5q4d484mrmvd-das-1.0.3 \
      /nix/store/0wrlgyxs0l7vvdsf8a1wjimyh164gz7s-das-1.0.3-dist \
      /nix/store/6fqzjg9rczmvdg059m9896k2c8ldgzbw-deeptools-3.5.6 \
      /nix/store/v5j52a4c9cs0kpslk0xah25hlm74b6y2-deeptools-3.5.6-dist \
      /nix/store/85r9i1i0nmy04520f3044846j30slclx-duckdb-1.4.1 \
      /nix/store/1xm65hc239pchg5wjqmwgf76xghmisjp-duckdb-1.4.1-dev \
      /nix/store/x6xc7yws0prk0isvlkk10wn8zccac8cv-duckdb-1.4.1-lib \
      /nix/store/q4041j83w9avi9a46ykwnjz79rh0i22x-flatten-references-graph-0.1.0 \
      /nix/store/syhmsdw3ip6xs9lwjwbjhg5mkxxaa6ip-flatten-references-graph-0.1.0-dist \
      /nix/store/040vhcxv2flwk2lnhxgfrz227m4armwh-harlequin-2.2.1 \
      /nix/store/wbh5k5pyjjcd7wmx33k59by6wc6nfj9s-harlequin-2.2.1-dist \
      /nix/store/dxl24hbwir18yjvrx152n8ajjyh87017-hp2p-4.2 \
      /nix/store/h2hk7n8d79494wk31aics5zw6cwpxha7-jadx-1.5.0 \
      /nix/store/34iw0n62y1jbb701fsp1ji8lywzy627w-python3.13-marimo-0.15.2 \
      /nix/store/qa9hhw055xyixabg0f27r9wp7wfvldy8-python3.13-marimo-0.15.2-dist \
      /nix/store/7z4p7ppa8bv9rffjksx3pnpax0znz1p9-multiqc-1.30 \
      /nix/store/lpaq7j24idf5pamljyljpy224zh2xll4-multiqc-1.30-dist \
      /nix/store/hc0x4xniyzsa6yfd9xfi8ak43zl90p0v-mycli-1.31.2 \
      /nix/store/5f09hyhhni0dkqf0l85xsd7cfmjqd1zy-mycli-1.31.2-dist \
      /nix/store/9kaqj9ns7ynmzaz7q60jj7xb1niw6cqv-newelle-1.0.1 \
      /nix/store/56rb64nx8n4d1zqcs6dkmrsvwv5fhghb-pianotrans-1.0.1 \
      /nix/store/lhcgskbxycqdsdpfd0y5gz3r0hzxcplb-pianotrans-1.0.1-dist \
      /nix/store/398jksgv9vk9syrm75hw19zx8ys04xyd-piper-tts-1.3.0 \
      /nix/store/q3xkx26xcx02j7yr3adhxgldk5nkh3f2-piper-tts-1.3.0-dist \
      /nix/store/r8fw0x33g47b74n7adj69asffjvxhwv8-pitivi-2023.03 \
      /nix/store/g21m0gxkx4zn3cbwham2yb71pav2x6bi-prowler-5.12.3 \
      /nix/store/ibhnaiww09hf7a9kbycgvnbmhj84j385-prowler-5.12.3-dist \
      /nix/store/v8q61fyimrsd5pg16imgbpijpp106b31-python3.12-altair-5.5.0 \
      /nix/store/67f53psdrnzpja1b15v7r7zw4yif0xsb-python3.12-altair-5.5.0-dist \
      /nix/store/pmpfzbnxzs1p5ha82x5ykjjbasz7sgwf-python3.12-ax-platform-1.1.2 \
      /nix/store/yjjadihahzspp5ffb2z5mcvarr8771ck-python3.12-ax-platform-1.1.2-dist \
      /nix/store/qvmdv6jln8pzascxsba97y161xbg86vg-python3.12-backtesting-0.6.5 \
      /nix/store/293xzgra7ikzx9bszqscy9mc375nrfhd-python3.12-backtesting-0.6.5-dist \
      /nix/store/9qsdv6g8v2vmhnivlp2ip4w1lcg51xqm-python3.12-beetcamp-0.22.0 \
      /nix/store/nnghdnq5vlq4dvdw8p52zkrz9y2s8b3j-python3.12-beetcamp-0.22.0-dist \
      /nix/store/h1zyxcr1jplvxx32vplvqmzcdl25il7p-beets-2.5.1 \
      /nix/store/3gsgzw0a936hf7vrghcvvi7nxyfymsg3-beets-2.5.1-dist \
      /nix/store/cxi1kjy7swfkhvp8fg04918xa6kjnhca-beets-2.5.1-doc \
      /nix/store/hfnhjbcmwplp0jr5f8wn583mglpwks53-beets-2.5.1-man \
      /nix/store/164md4zslbqgc3fh7s39rbkjbjfhfyim-python3.12-bokeh-3.7.3 \
      /nix/store/0z2b2753mi91wr9khrff3411xvmslich-python3.12-bokeh-3.7.3-dist \
      /nix/store/282s1dznf4b1x3d21xy7nkalnkqkx9fq-python3.12-bumps-1.0.3 \
      /nix/store/v2f1xvmyk2dglmpy7h1yn1fmxg5pmap3-python3.12-bumps-1.0.3-dist \
      /nix/store/ckwjpnsyhvj5pkrb5lrzw93q34gxyhzg-python3.12-chart-studio-1.1.0-unstable-2025-01-30 \
      /nix/store/bmjfb2w1jrvfdz54vlyzydlr4bs9nwbi-python3.12-chart-studio-1.1.0-unstable-2025-01-30-dist \
      /nix/store/a0ij7dlrvn0xfxz1z985d0cxa350cdcg-python3.12-coiled-1.127.0 \
      /nix/store/vlf08lhvpgy04kmmm45ym4y3dsl4vyif-python3.12-coiled-1.127.0-dist \
      /nix/store/fa58cm3qs965j7mkvf0wswdghfkcmrpr-python3.12-compressai-1.2.6 \
      /nix/store/qc7jvygcq257zxsbx9himsbilp48kz21-python3.12-compressai-1.2.6-dist \
      /nix/store/rsyq2n1hqkrj2lci5vbjj4g5qpy33jm7-python3.12-crewai-0.203.1 \
      /nix/store/d683x756ip4py7wxvgd8xb8961g1v2zh-python3.12-crewai-0.203.1-dist \
      /nix/store/zix4dnc0awb5zs9827qrx27sbbicx3z9-python3.12-dalle-mini-0.1.5 \
      /nix/store/43d0ish0k2rh4h6ii12wzvpyj0xfyyhj-python3.12-dalle-mini-0.1.5-dist \
      /nix/store/99k3rk6hcabxiwnc7c5cvp86frrjxgj4-python3.12-dash-3.0.4 \
      /nix/store/hnkqhch2hbc79gs6lgfzs8p316l67v9v-python3.12-dash-bootstrap-components-2.0.4 \
      /nix/store/ivblhax2bh25y8dlf80igabqgv97r6rh-python3.12-dash-bootstrap-components-2.0.4-dist \
      /nix/store/v3z188nl9ag6983mi0am436003hii02y-python3.12-dash-bootstrap-templates-2.1.0 \
      /nix/store/4hsvydnmp79kyvq50z2wj46v4y712bri-python3.12-dash-bootstrap-templates-2.1.0-dist \
      /nix/store/9p4hpdy87q06dz80q8j3hq46qyriw9ps-python3.12-dash-3.0.4-dist \
      /nix/store/5gk8qpcwyl4cmkb9iiqzf02zi4z6jgal-python3.12-dissect-cobaltstrike-1.2.1 \
      /nix/store/2ay3v9dmvgyil3kalzgzlbjnr02p7yx0-python3.12-dissect-cobaltstrike-1.2.1-dist \
      /nix/store/lm5x4j6kysg9w3xd35947d43qp75chjs-python3.12-duckdb-1.4.1 \
      /nix/store/blgylidg8ncx1zm7gf26kcrg1g2zkiwy-python3.12-duckdb-engine-0.17.0 \
      /nix/store/ys3dnnj04ya1s6s810nvyxn5j5fa6b1l-python3.12-duckdb-engine-0.17.0-dist \
      /nix/store/lcq6zx6xkpzrvv6kpyag165k802lsi2j-python3.12-duckdb-1.4.1-dist \
      /nix/store/f4wdzw05xglls9rjndzgpbywsm286sn8-python3.12-energyflow-1.4.0 \
      /nix/store/9xxff9njznfdlnz4h98yhs5c3dylazcb-python3.12-energyflow-1.4.0-dist \
      /nix/store/w6xab4sxq65jnin1a79pzjk7nczvyz95-python3.12-experiment-utilities-0.3.9 \
      /nix/store/2wb6f2hz1qfz1iz4xmijqs1wcd99v0p7-python3.12-experiment-utilities-0.3.9-dist \
      /nix/store/97dpqyrbq2bjbpcnyf5lgvwml3kp9vg6-python3.12-explorerscript-0.2.3 \
      /nix/store/m6vrsi2f9xx5c0cizswnz2qydsfdcqqj-python3.12-explorerscript-0.2.3-dist \
      /nix/store/kinr6ybif44l1iky374vif9fgyhyc8mk-python3.12-fastai-2.8.4 \
      /nix/store/s0qx2kifm5klki0hpab0arqpa0v69p66-python3.12-fastai-2.8.4-dist \
      /nix/store/pfi18qs1xvms0nmq94c76npzlrrka6h5-python3.12-flow-record-3.20 \
      /nix/store/7afjr10syp69wrdji0agn9yr6cxf90b1-python3.12-flow-record-3.20-dist \
      /nix/store/cv6qmh6xrjw0nm36s189jw7s2qachx1w-python3.12-formulaic-1.2.1 \
      /nix/store/2idx08c8aa1s5g7iffz07xjri899lqqg-python3.12-formulaic-1.2.1-dist \
      /nix/store/4vp5jjngf7vnji25b3n145nhghhrk6j7-python3.12-frictionless-5.18.1 \
      /nix/store/73ldc1syrfv8h9g12hf2wm5z81q7x55i-python3.12-frictionless-5.18.1-dist \
      /nix/store/ipycyl73ky107kbhzmwcqkk8cz4bqmki-python3.12-gradio-5.38.2 \
      /nix/store/b796ll5rqqgmh6d1vw3srcm740hg0a1x-python3.12-gradio-5.38.2-dist \
      /nix/store/53j2cdm8bf99j6ly8fnxynapwy9ccvn7-python3.12-great-tables-0.19.0 \
      /nix/store/74fqpmn4aqrqqnvmiz8avk7ipb8p2xgj-python3.12-great-tables-0.19.0-dist \
      /nix/store/192ic5wnqqiwzrbyirdiw9q8d8kmq2ps-python3.12-heudiconv-1.3.3 \
      /nix/store/8nkpmmy4chy1rry1kvr7hslqz2a5i4k6-python3.12-heudiconv-1.3.3-dist \
      /nix/store/az5s5j33i6wyqrg8h0nd4yqq15disvzs-python3.12-HolisticTraceAnalysis-0.5.0 \
      /nix/store/sacz95737xzbg592l328xq6jyrajph7p-python3.12-HolisticTraceAnalysis-0.5.0-dist \
      /nix/store/04vh35z43pdani1ldwjs0h84h5r2lh63-python3.12-holoviews-1.21.0 \
      /nix/store/vl19g2hdh0p4l7l6x8n3n11swvljp8xf-python3.12-holoviews-1.21.0-dist \
      /nix/store/sd03lgh4d7ci9dp1vmvq40pjl8xbx4gy-python3.12-hvplot-0.11.3 \
      /nix/store/ylx0nysqkf93vlqk1vxnnvqwya09a7y9-python3.12-hvplot-0.11.3-dist \
      /nix/store/wscs4adp1h3fq7x978xyixadj8hsybl8-python3.12-ibis-framework-11.0.0 \
      /nix/store/njv41nbi79s98x1bwblwasb5qnqx3n57-python3.12-ibis-framework-11.0.0-dist \
      /nix/store/w558xypg57i0h1z6gyxmhq16shh9b9q6-python3.12-igraph-0.11.9 \
      /nix/store/bkr17zvwsypmf34y9p08r443rcdvd1y9-python3.12-igraph-0.11.9-dist \
      /nix/store/s7nssxh46f43jy9qh4lw91yw30m3q9sx-python3.12-intake-2.0.8 \
      /nix/store/adm45hwgad85s2azblkylbw343hqgppd-python3.12-intake-2.0.8-dist \
      /nix/store/4qxw7hm6hfv1qnwkbw85pp5xkl9m9m75-python3.12-iplotx-0.9.0 \
      /nix/store/lw186p4p6cx19m4pfh0j3xrfrx1lnp6k-python3.12-iplotx-0.9.0-dist \
      /nix/store/5gjbgakdz88w15ck0r01nsljw3rar9c1-python3.12-itables-2.5.2 \
      /nix/store/8hhba5l3ayx1clcynzc8j3icgfmla4z3-python3.12-itables-2.5.2-dist \
      /nix/store/aqg3y2pfpm5iwl4mfi72hj33kg1r1q87-python3.12-jupysql-0.11.1 \
      /nix/store/f94p5bcwjc4yds6f9s6gg04byq9blkls-python3.12-jupysql-0.11.1-dist \
      /nix/store/aafrag3cqpcinl5pnkcj7862fwzgrvf4-python3.12-kmapper-2.1.0 \
      /nix/store/znrgv7ckg01921qr556lv2jxqayfvsrh-python3.12-kmapper-2.1.0-dist \
      /nix/store/7bifw2xiy7ha1dp02li39j6irmf10a09-python3.12-kokoro-0-unstable-2025-06-16 \
      /nix/store/nmap6liw3dmbwrr78r43hfhn33r0w0sq-python3.12-kokoro-0-unstable-2025-06-16-dist \
      /nix/store/hbg7hkz9mbmciljz86hzar7fij78cwns-python3.12-lancedb-0.21.2 \
      /nix/store/xrg4pzmhzl322jm03r2g85da6ph21il2-python3.12-lancedb-0.21.2-dist \
      /nix/store/01v9na3ywsn6va6q7cvdxrja1fn3gzsn-python3.12-langchain-community-0.3.27 \
      /nix/store/aa4jgws7z79xpkpvy54ny2a1l78jp183-python3.12-langchain-community-0.3.27-dist \
      /nix/store/c0qn7hswbbyjn64v96lin46gy1c8lvvb-python3.12-langchain-experimental-0.3.4 \
      /nix/store/i8g5mnbm36pkc2lbh46q339j6b40sxls-python3.12-langchain-experimental-0.3.4-dist \
      /nix/store/sh3wdzgmadh3g2x2shf8vjrv66x0rqph-python3.12-layoutparser-0.3.4 \
      /nix/store/3nqm2nqd65hknywj61baps3y3ppg4jkw-python3.12-layoutparser-0.3.4-dist \
      /nix/store/k2w7dli7kp6x3y59c5ldwnxbaj51zbqq-python3.12-leidenalg-0.10.2 \
      /nix/store/4jb6f4njj2nakdkfsma730kan6da5b98-python3.12-leidenalg-0.10.2-dist \
      /nix/store/nr436k54mp8x0n9k1zrlaxq6h8imc3fn-python3.12-lerobot-0.3.3 \
      /nix/store/c4cdshiwgj6fggw2k0x4pkh2ay4gk7f2-python3.12-lerobot-0.3.3-dist \
      /nix/store/bik42x9f7vcqs6mcn8sxwjb9yiblp4mj-python3.12-librosa-0.11.0 \
      /nix/store/0nlb4gb51j4d5cxvmxcsbycb6pzdljq6-python3.12-librosa-0.11.0-dist \
      /nix/store/m1c69ja1hwxwx15xjfbamda9v1jr1n0w-python3.12-lida-0.0.14 \
      /nix/store/68lx0nmjl19g2ziq26nrknhigiivzdrf-python3.12-lida-0.0.14-dist \
      /nix/store/w7k78k17hx7z04ml5zns18ajvqkg3ywp-python3.12-lifelines-0.30.0 \
      /nix/store/q5frjlcbil01zp9fgr6bvg1f75010131-python3.12-lifelines-0.30.0-dist \
      /nix/store/582j1wlg2f2ac03lwf57ikwbgja6hq1h-python3.12-linearmodels-6.1 \
      /nix/store/zvf5wcncnba2c2znkp8ia9xkhm2383g9-python3.12-linearmodels-6.1-dist \
      /nix/store/7naixizwqz2wlh51cjgivmzkmk8wc6sy-python3.12-livelossplot-0.5.6 \
      /nix/store/h5qb9c06amivvz0yb21w61amhfbpzmn3-python3.12-livelossplot-0.5.6-dist \
      /nix/store/ikazvq72iwbpifpvw5xyp52hjaxgp51b-python3.12-llama-cloud-services-0.6.69 \
      /nix/store/07w2shm24i7ffc6zll5qnb43jw0v2vxp-python3.12-llama-cloud-services-0.6.69-dist \
      /nix/store/xc1c3zpycpqwsgg0i5ka1va2lqx88qvm-python3.12-llama-index-0.13.0.post1 \
      /nix/store/xggi7j9f6smj2x2bwjrfyhvkljhgsgg4-python3.12-llama-index-cli-0.5.1 \
      /nix/store/iz7g999a1s9my32qa5nak5q4hp9f1wy9-python3.12-llama-index-cli-0.5.1-dist \
      /nix/store/08c5rcan43909vk1j9g0w4s2wkj1zn4q-python3.12-llama-index-core-0.13.0.post1 \
      /nix/store/6sx1n2sn5dv3lpcgpcv1gp8jqxwcv0qk-python3.12-llama-index-core-0.13.0.post1-dist \
      /nix/store/wfahih2h9p16nqdhkbkv7n6xfh48k039-python3.12-llama-index-embeddings-gemini-0.4.1 \
      /nix/store/43x5xgw2hr0039ry78yn2zgjdi56vz4c-python3.12-llama-index-embeddings-gemini-0.4.1-dist \
      /nix/store/2f123ps1fxzhxm2vmzarr07ibzc2pzql-python3.12-llama-index-embeddings-google-0.4.1 \
      /nix/store/4k7kqkw24bfsyms6xi1pl5ixl418n2sz-python3.12-llama-index-embeddings-google-0.4.1-dist \
      /nix/store/jdp2iq1dcsrd3aha2s6l6kv95wjx4vc2-python3.12-llama-index-embeddings-huggingface-0.6.1 \
      /nix/store/ji9sk919bcp2rm187ipgxpka65ghwwj9-python3.12-llama-index-embeddings-huggingface-0.6.1-dist \
      /nix/store/ilqbf1cs6w6kvpf9824hyx5niqd3vwdx-python3.12-llama-index-embeddings-ollama-0.7.0 \
      /nix/store/c8m31cp1s7hkdnj6yll6qqridhjwydvh-python3.12-llama-index-embeddings-ollama-0.7.0-dist \
      /nix/store/p4laxdjwnllh4hvx6pzlrbwgmlc9b9gl-python3.12-llama-index-embeddings-openai-0.5.1 \
      /nix/store/w501fk1d0ni127nj1b4sgw6q4g2ylv85-python3.12-llama-index-embeddings-openai-0.5.1-dist \
      /nix/store/jh6gyxjfcw90pjn12gjbrirqzczycyhn-python3.12-llama-index-graph-stores-nebula-0.5.0 \
      /nix/store/9n8cjhqx4l55z0dcfq99jdl3m0lkpdnn-python3.12-llama-index-graph-stores-nebula-0.5.0-dist \
      /nix/store/d5rcl9kxsrn8yasxrsvi4mhvknj3995j-python3.12-llama-index-graph-stores-neo4j-0.5.1 \
      /nix/store/4dzrv16l7l3m445n45km0pfhh5rc18p4-python3.12-llama-index-graph-stores-neo4j-0.5.1-dist \
      /nix/store/sfq7xy945ddaknrr5mvzligiqs66h791-python3.12-llama-index-graph-stores-neptune-0.4.1 \
      /nix/store/ampaq458dr4qd3mv1685y1wkyrygbxqh-python3.12-llama-index-graph-stores-neptune-0.4.1-dist \
      /nix/store/sc2mw6rpcq3smmh9apgar0ypdrnxh8f8-python3.12-llama-index-indices-managed-llama-cloud-0.9.4 \
      /nix/store/hliycpzlzx9slc7jxw7yjww7nmrsab1q-python3.12-llama-index-indices-managed-llama-cloud-0.9.4-dist \
      /nix/store/6lqkggyhrg406w6m0rbfnxpr7qb2k1al-python3.12-llama-index-legacy-0.9.48.post4 \
      /nix/store/mf7qxnw570rjqld1r1wy4amw0x0i20lb-python3.12-llama-index-legacy-0.9.48.post4-dist \
      /nix/store/7j525zhg0hwd76nyqywc4dzvy1j3qm7l-python3.12-llama-index-llms-ollama-0.7.4 \
      /nix/store/zz9sclvp5mybp90wp569221y63rdzqgy-python3.12-llama-index-llms-ollama-0.7.4-dist \
      /nix/store/89dd7dslbhl8hhm7by7dxizb0ckfxcgl-python3.12-llama-index-llms-openai-0.5.6 \
      /nix/store/fq455k5plsi27803di0qlh605rcsj1sh-python3.12-llama-index-llms-openai-like-0.5.1 \
      /nix/store/rghri7parymmpzgy1ni259gl20m561sv-python3.12-llama-index-llms-openai-like-0.5.1-dist \
      /nix/store/73c6dn9wixymrlkg4cvr5m7ypm73jx30-python3.12-llama-index-llms-openai-0.5.6-dist \
      /nix/store/aa6xz42l0rfmgkvxrs4pmyac7wym4zfc-python3.12-llama-index-multi-modal-llms-openai-0.6.1 \
      /nix/store/ncx5zylgzd1hsj7lw493i108spgf0xdr-python3.12-llama-index-multi-modal-llms-openai-0.6.1-dist \
      /nix/store/fzdv2mn0jdjisjwd27d39rd67q04bdf9-python3.12-llama-index-node-parser-docling-0.4.1 \
      /nix/store/ziaca2xnifls4jh2s34418wbnp099d3r-python3.12-llama-index-node-parser-docling-0.4.1-dist \
      /nix/store/1hh4lpgykajjqkfjziz5g9b79gqwv97f-python3.12-llama-index-readers-database-0.5.1 \
      /nix/store/7b6v2s3jly5g7yv7m98k5di5p036c8fq-python3.12-llama-index-readers-database-0.5.1-dist \
      /nix/store/xj7nrnja6ll55gc9czibbd94fn70wqwb-python3.12-llama-index-readers-file-0.5.4 \
      /nix/store/3hgiqf8a648ylzb3cp7dxz9kr177hqg0-python3.12-llama-index-readers-file-0.5.4-dist \
      /nix/store/l9rm6i4zx6vj7dpjhq3c6y9i4wvdfydi-python3.12-llama-index-readers-json-0.4.2 \
      /nix/store/4bvjkijjm0y4ql4rkr173b9g26lkqwiz-python3.12-llama-index-readers-json-0.4.2-dist \
      /nix/store/3jy11iajcn6ybfzir41py1wrq0h4jcrn-python3.12-llama-index-readers-llama-parse-0.5.1 \
      /nix/store/r4fhb6sd88c79kwcwvsd02hdw38l1xvl-python3.12-llama-index-readers-llama-parse-0.5.1-dist \
      /nix/store/p02mpx3gccam2ndqabggjcfh38ycsivs-python3.12-llama-index-readers-s3-0.5.1 \
      /nix/store/zh4yd8rm0nr3q4py66kb96b7za0l52pj-python3.12-llama-index-readers-s3-0.5.1-dist \
      /nix/store/186fapd5hn9y27fsgpv3pj4rzhlgmwdh-python3.12-llama-index-readers-twitter-0.4.1 \
      /nix/store/464halq0cc0i2cnbwabjh9sr53knqprw-python3.12-llama-index-readers-twitter-0.4.1-dist \
      /nix/store/06y5awl8ap6w0w0yqzdgpkvxadrdk025-python3.12-llama-index-readers-txtai-0.4.1 \
      /nix/store/k8mvz21scf21dmn4kxk7b4jxbvsi67d5-python3.12-llama-index-readers-txtai-0.4.1-dist \
      /nix/store/vjcx8ay5rdlnc06rnyflqb5xibb57gia-python3.12-llama-index-readers-weather-0.4.1 \
      /nix/store/5kpc61pq9kbin0wsazc67q0kldbblfvp-python3.12-llama-index-readers-weather-0.4.1-dist \
      /nix/store/clmb7j1j7n2k7gpqq4kfyg93mk39li8p-python3.12-llama-index-vector-stores-chroma-0.5.3 \
      /nix/store/z9jkpgmmnykjg0cdz5yj6i5fjqkncn6l-python3.12-llama-index-vector-stores-chroma-0.5.3-dist \
      /nix/store/632z3h66vgmd2gmqnyxkaa45ykyy9s1x-python3.12-llama-index-vector-stores-google-0.4.1 \
      /nix/store/9mcksbb583fn2x17hcs4ik7c9ik42zqz-python3.12-llama-index-vector-stores-google-0.4.1-dist \
      /nix/store/ym37mkihp45a7svbgn3cwi6dfyq752rd-python3.12-llama-index-vector-stores-milvus-0.9.3 \
      /nix/store/psxddb8nxw9r7k0pg267lsxzlipi5a7d-python3.12-llama-index-vector-stores-milvus-0.9.3-dist \
      /nix/store/0ry88hiwb2k4ahbdjqdmh687dj3h8xzx-python3.12-llama-index-vector-stores-postgres-0.7.0 \
      /nix/store/4ndj4y8zq0zqbmdmjrmn5a8sg1s3xp3k-python3.12-llama-index-vector-stores-postgres-0.7.0-dist \
      /nix/store/f5i3i2k4r1523cpqv3sihydc4k1l3gzj-python3.12-llama-index-vector-stores-qdrant-0.8.4 \
      /nix/store/whfc1sf8lz3nas0jsfagzfrr583aqvna-python3.12-llama-index-vector-stores-qdrant-0.8.4-dist \
      /nix/store/3fpr6m4w5hbaq19zaw2q29xsaha0yzpd-python3.12-llama-index-0.13.0.post1-dist \
      /nix/store/bn4y36ksgf56lsaqnxbkfjpczi0xliwk-python3.12-llama-parse-0.6.54 \
      /nix/store/prwkr145v57y2d60646wg0xw8r4lbwv7-python3.12-llama-parse-0.6.54-dist \
      /nix/store/vrrk6hvh3bhrn9gsmypscyd6dfyb46bj-python3.12-marimo-0.15.2 \
      /nix/store/kjrj144ka38sw38xa93xh8rd1cysg976-python3.12-marimo-0.15.2-dist \
      /nix/store/kgy29br5zsl6ka8391r8i7s9787msblf-python3.12-meshtastic-2.7.3 \
      /nix/store/ipmr0f7mh68lm6apw66r667k6vlmlxy6-python3.12-meshtastic-2.7.3-dist \
      /nix/store/4laa9x5vz5b84rfy7gx413ymmd31adxv-python3.12-mlcroissant-1.0.22 \
      /nix/store/y6y3m699vm62qq1sh8a2k8pwh4d4ifz5-python3.12-mlcroissant-1.0.22-dist \
      /nix/store/wlz64w23q1qvfw3p67bwx013izzpwj0p-python3.12-msticpy-2.17.1 \
      /nix/store/xwmkzhp9flbnnzi0v8fi4vcdgcs4yics-python3.12-msticpy-2.17.1-dist \
      /nix/store/h7chjvf0yidcrvlhj5ahxygw9488xlp0-python3.12-narwhals-2.6.0 \
      /nix/store/5x48kllymb960byp97sdz0vly7aqmjpp-python3.12-narwhals-2.6.0-dist \
      /nix/store/qi3xq9aacx8qvchbilc9wim7nf8g8is0-python3.12-nbsmoke-0.6.0 \
      /nix/store/7gsm7vbdch5rnjv5a4p869fkl7i9lbl7-python3.12-nbsmoke-0.6.0-dist \
      /nix/store/2gdmgbkw9z1ddb7r3g90wcgyqbi4xdw0-python3.12-neurokit2-0.2.12 \
      /nix/store/dff1zsvsa5wrh7hcdd970pz7rmhhv4ij-python3.12-neurokit2-0.2.12-dist \
      /nix/store/fpi2ns2x9xsavycmh9k9k3qklfp0xr4s-python3.12-niaarm-0.13.4 \
      /nix/store/wjmhw3zz1x8am8jb522ah31hw31l2xc1-python3.12-niaarm-0.13.4-dist \
      /nix/store/fydprmiaabavkdmbgdjs4w409hz4wqmv-python3.12-nipype-1.10.0 \
      /nix/store/ln8xl9m9q88435lwgl0w06rp5dsqzc9d-python3.12-nipype-1.10.0-dist \
      /nix/store/bv4c2vpwpyvczqbfwqaqcahdsjwlv18y-python3.12-niworkflows-1.14.3 \
      /nix/store/fzc4fgbgi5d1l2r22bkvvf340pa6rz8j-python3.12-niworkflows-1.14.3-dist \
      /nix/store/skx5dwf10lsyad212943ckzb9j8r7r5d-python3.12-optuna-4.5.0 \
      /nix/store/bzs47yzrh5kksb48sv2dppavhdhhxp4b-python3.12-optuna-dashboard-0.20.0b1 \
      /nix/store/k7h1qyfp4c3wk9fss3r2x9lsx7rh1az3-python3.12-optuna-dashboard-0.20.0b1-dist \
      /nix/store/jlyzmz1dbmq7w34acxq1krgpp9kg9shw-python3.12-optuna-4.5.0-dist \
      /nix/store/rv8zsrpidpksplm43avx023yvqkmg016-python3.12-pandantic-1.0.1 \
      /nix/store/ygi1q140rn2b32wn7123q05h7ibgjzik-python3.12-pandantic-1.0.1-dist \
      /nix/store/m87m0rx4wv5sf3hiipfxdch1lsbz0lq4-python3.12-pandas-stubs-2.3.2.250926 \
      /nix/store/8xbzy9w6vpdhr7aj6hivqymfjcyk9zlj-python3.12-pandas-stubs-2.3.2.250926-dist \
      /nix/store/vp8vbdfnfm2s0glb10symciqi00m6cmi-python3.12-pandera-0.26.1 \
      /nix/store/in1jw2gcj3hwzzsyjrff0ysyb5kqljfs-python3.12-pandera-0.26.1-dist \
      /nix/store/pnc80bwsd5954jx2ja9vq7lvkjscjswy-python3.12-panel-1.7.5 \
      /nix/store/ga6f5337ib1s6s0cf1xy7f1y85hs3wl4-python3.12-panel-1.7.5-dist \
      /nix/store/h7n1ja5jv524cv6p0ibvsmrwmb3ry53g-python3.12-pdfplumber-0.11.7 \
      /nix/store/1kffb34hm5p1qv6pnnzdwwz3f0jfac7g-python3.12-pdfplumber-0.11.7-dist \
      /nix/store/xxxqz9gz2vf8sydqni8w618al36n6792-python3.12-piano-transcription-inference-0.0.6 \
      /nix/store/f2ing05a81pa3kjgknzz0w2jm2qkmlwf-python3.12-piano-transcription-inference-0.0.6-dist \
      /nix/store/ph51cdiq8pks3vznigh324sbhc6b3bx5-python3.12-plopp-25.10.0 \
      /nix/store/gx0najivacmx893qzm9v55iby4vrhmws-python3.12-plopp-25.10.0-dist \
      /nix/store/9bdd9x3nrn40hk45jvbq1w0vk16b9msk-python3.12-plotly-6.3.0 \
      /nix/store/ldbw3yfcwz5cyvqdzfhvg6dd83b3k73s-python3.12-plotly-6.3.0-dist \
      /nix/store/x7j5cxbpva7chh4vsxc3hrhlxvfqsz9i-python3.12-pyannote-audio-3.4.0 \
      /nix/store/3bq520z12d1mpcz2mix4cqaswq0h59yw-python3.12-pyannote-audio-3.4.0-dist \
      /nix/store/9n0j8mkzfk11ncbql7zfrd2klnxnbsmh-python3.12-pyannote-pipeline-3.1.2 \
      /nix/store/krhjrpj7j4d66aaxjac5aq4kw1d7wiz8-python3.12-pyannote-pipeline-3.1.2-dist \
      /nix/store/zji2hkv5lcp4w70jj6963r29z4iya9i5-python3.12-pybids-0.21.0 \
      /nix/store/2b7x6fx25bg0p7cqx5s1dx3nxipi1iqa-python3.12-pybids-0.21.0-dist \
      /nix/store/kc795cr3nfmfqh9ch54ynawmf77b3ir4-python3.12-pylance-0.38.2 \
      /nix/store/akxmvckmjk5y1c7j6rni4sm0xa2k60hx-python3.12-pylance-0.38.2-dist \
      /nix/store/448vq3xgxra2kmjhmdl91l8nj4b95gvm-python3.12-pymatgen-2025.6.14 \
      /nix/store/5f2k4hfsnxk30vmbggqqsla39xmrsjay-python3.12-pymatgen-2025.6.14-dist \
      /nix/store/zrq1470x03rp8az24s2970hdi5sjc5wz-python3.12-pyreadstat-1.3.1 \
      /nix/store/yqjx6cziv9dsxdds0qqd5f34f6qaczda-python3.12-pyreadstat-1.3.1-dist \
      /nix/store/5faydd4q7w1glv0b6bv5fwjnp9yghp1z-python3.12-reflex-0.8.14 \
      /nix/store/r1raxsn3f38mvb6n0wqgw2476x03ncq8-python3.12-reflex-chakra-0.8.2 \
      /nix/store/zdkrkmhw0simfnp33y76vnklvn4lbbkh-python3.12-reflex-chakra-0.8.2-dist \
      /nix/store/j6hxw84044kp8g29l7gg2x5ynfqbfgs0-python3.12-reflex-0.8.14-dist \
      /nix/store/a875x73mybla7bw1bz4csf0ik3rqvqyv-python3.12-resampy-0.4.3 \
      /nix/store/9sj2j6l0ndn67qravd6ngcghpipai80d-python3.12-resampy-0.4.3-dist \
      /nix/store/91gl7z81f1kvn97cc9wcrsjq1rrkngpv-python3.12-sasmodels-1.0.11 \
      /nix/store/fp4wbgcrd0lx5afxcxkymxxh4lrfqkh2-python3.12-sasmodels-1.0.11-dist \
      /nix/store/hwql0zxgb3d0k6frrdmgslimjv1mf110-python3.12-shiny-1.4.0 \
      /nix/store/ba49nmxnm5a6fcfl7xvv4shrwyd9iaml-python3.12-shiny-1.4.0-dist \
      /nix/store/cp0nz9z7iyrnyil6ihh6lf8vxw2paq4y-python3.12-skops-0.13.0 \
      /nix/store/g2h5a6fpaxlxpqbp2fvrryci8nw8npwl-python3.12-skops-0.13.0-dist \
      /nix/store/xhvlj2k6862bs6d428bd0w7wpbmxrfcb-python3.12-skrl-1.4.3 \
      /nix/store/zihgnrn1smgcxmrqb2cr29fnf010jqid-python3.12-skrl-1.4.3-dist \
      /nix/store/i30c1k31mbjalphdlgh7622apnvj22q6-python3.12-skytemple-dtef-1.8.0 \
      /nix/store/pan6czalzdl6nmwf2aw0d451zq8wlqwi-python3.12-skytemple-dtef-1.8.0-dist \
      /nix/store/dr35mln3n1245mpkkc02ci3fc21xhb2c-python3.12-skytemple-files-1.8.5 \
      /nix/store/d7ai93dxam1aqd793f96am4cw57b8zb5-python3.12-skytemple-files-1.8.5-dist \
      /nix/store/mrg8wb5s8yiaqvfxc47vv2iwg9qj6zpx-python3.12-skytemple-ssb-debugger-1.8.3 \
      /nix/store/y76p5fsrnncip7y6m56ndxv6misxh7aw-python3.12-skytemple-ssb-debugger-1.8.3-dist \
      /nix/store/6zkyh5ypvgq39dwmv8malxysk3vf3p0z-python3.12-smolagents-1.21.3 \
      /nix/store/xs24p09ggnyzf79idv8y5qmkdgah4382-python3.12-smolagents-1.21.3-dist \
      /nix/store/7ig6mwlgfh6ixkvldq09n18c6qfdps8j-python3.12-spacy-3.8.7 \
      /nix/store/5p9yqnv65s451i275znph0z0vy3ck8r2-python3.12-spacy-curated-transformers-2.1.2 \
      /nix/store/96nzxbk4nd7599q0v5msg5b3kbja7wh3-python3.12-spacy-curated-transformers-2.1.2-dist \
      /nix/store/zn1jklrxdqv48f7fyl3f4886d8cqm0kh-python3.12-spacy-loggers-1.0.5 \
      /nix/store/8p1b5clqkm9lfwgmm33w5crapv3pq1iw-python3.12-spacy-loggers-1.0.5-dist \
      /nix/store/2nq2sjpv4fv2p3m72h91jq2wqq9hq442-python3.12-spacy-lookups-data-1.0.5 \
      /nix/store/k5xx6wrl1jdwvk4hzdgprmnwj4mk9hw3-python3.12-spacy-lookups-data-1.0.5-dist \
      /nix/store/mm63vkgagwij0blndsbphsy78y4q2q97-python3.12-spacy-transformers-1.3.9 \
      /nix/store/pid4vrdanf6v8i9n9hll145d42ymnsw7-python3.12-spacy-transformers-1.3.9-dist \
      /nix/store/bwwz0f3szhjvflg6wyay56r4ab6ngzdk-python3.12-spacy-3.8.7-dist \
      /nix/store/kg2x0piqw0cigr6mhkgzwkgncd4q4pym-python3.12-sqlframe-3.38.2 \
      /nix/store/qabv6w33rixxmbwi2dp67ff4h26z5y8r-python3.12-sqlframe-3.38.2-dist \
      /nix/store/av2yf6zb84bp0a3aps8i11bqc5z20csw-python3.12-sqlglot-27.6.0 \
      /nix/store/7qxq3gnx9v49mnqdm19frkwpab4nz161-python3.12-sqlglot-27.6.0-dist \
      /nix/store/3b580zb83mxjnff1bi80mkviypyfclb7-python3.12-st-pages-1.0.1 \
      /nix/store/4gvksg5g8gncavs4y1x1pxbs5v2akhz6-python3.12-st-pages-1.0.1-dist \
      /nix/store/n0z8zmzc44l1vaagzr3z5wd2jgyi9b35-python3.12-streamlit-1.50.0 \
      /nix/store/azxs0wn2v3vw23hz44asraljfi0ns9a3-python3.12-streamlit-1.50.0-dist \
      /nix/store/0lpi959k8cywqglrqhj7vv58dr6aaq65-python3.12-sumo-2.3.12 \
      /nix/store/jbzcair22p53a8s08sl4kdhjiw3an797-python3.12-sumo-2.3.12-dist \
      /nix/store/d52rlydykkz9baaz0xdqszmzfisbvr4b-python3.12-svgdigitizer-0.13.0 \
      /nix/store/ynz836p226f82a14rrkih5lw0rv16xk6-python3.12-svgdigitizer-0.13.0-dist \
      /nix/store/bbysmp959g2cxkn10a3an81gzy3zmxzq-python3.12-synergy-1.0.0 \
      /nix/store/846d52nckadq77i8h420yifmxa08k4vk-python3.12-synergy-1.0.0-dist \
      /nix/store/0zg63b4jg9w4cny3nr4rffk3vgdg2dsn-python3.12-templateflow-25.0.4 \
      /nix/store/pcx7ckcznq7w2bbyg99q6ni3pczw2qdr-python3.12-templateflow-25.0.4-dist \
      /nix/store/n6gn7yc27bmzi69i505kqggri4wa23bz-python3.12-textacy-0.13.0 \
      /nix/store/iindj2yav1nr0lq9nkyrsx6y9s810ikv-python3.12-textacy-0.13.0-dist \
      /nix/store/bp3wcr88wgkfymnv18ina1hvndp6578j-python3.12-textnets-0.10.3 \
      /nix/store/hz6byhl32jsr8h1kijnif2dal86rzsih-python3.12-textnets-0.10.3-dist \
      /nix/store/wsclg2ddfviz2dm1yg2v9p14yaggdj1h-python3.12-torch-audiomentations-0.12.0 \
      /nix/store/kyhd92q4zdx61gpn54mzyk5y1bsm4349-python3.12-torch-audiomentations-0.12.0-dist \
      /nix/store/xj5746n2ppms2b155b6d1jy1r9fl1hwk-python3.12-torchcrepe-0.0.24 \
      /nix/store/jaadcjj3f726jk7k3xw6vqm7ky9s2akl-python3.12-torchcrepe-0.0.24-dist \
      /nix/store/0jhpzyfi99s9z6b10zw7jb2scl907rqv-python3.12-torchlibrosa-0.1.0 \
      /nix/store/m4pqn97ps7nx3fhfgrq823mcri3pypac-python3.12-torchlibrosa-0.1.0-dist \
      /nix/store/vmf4jy4267zmf31s4v0r81n2p59r79m2-python3.12-txtai-9.0.1 \
      /nix/store/wcw77q75vypi8gqzlzw9kvzga3z3cx50-python3.12-txtai-9.0.1-dist \
      /nix/store/qixsa6b6cds4052kbwsq9s5wwsvdj2q4-python3.12-vega-4.1.0 \
      /nix/store/rilb4w4fx7hk03n9cqi0xw1nflzh9by6-python3.12-vega-4.1.0-dist \
      /nix/store/4ppcwzmz2ch5qnps02s2i4jkfqh6dkil-python3.12-wacz-0.5.0 \
      /nix/store/b6yiax00c7ybsp3w9y4sni22xypmc8d7-python3.12-wacz-0.5.0-dist \
      /nix/store/lqmp0r70dp0jnfcjchzqvxbj39py2s7x-python3.12-wandb-0.21.4 \
      /nix/store/w4kba02cccgfcjrxcr5z9lxwq17yhwnq-python3.12-wandb-0.21.4-dist \
      /nix/store/3yp6kz36b4d2hsk2q9f87lq6bzghil5z-python3.12-whisperx-3.4.3 \
      /nix/store/rn0xga6hi5cxsil7ypi2ma4rrk8wbiqy-python3.12-whisperx-3.4.3-dist \
      /nix/store/4l29m2dny45d9pj5c9acirnm3g2cx5sr-python3.13-altair-5.5.0 \
      /nix/store/zi60r0a63bb7ril6ypfcl7a1p01kvcd9-python3.13-altair-5.5.0-dist \
      /nix/store/w63j4rgijfmh9l52asd2skdi5xs6fid0-python3.13-ax-platform-1.1.2 \
      /nix/store/wdlbiwl1m52f5d86q9cff8padd4yshy2-python3.13-ax-platform-1.1.2-dist \
      /nix/store/pqd3141r274gls4nz5swhwqm0si7nrjp-python3.13-backtesting-0.6.5 \
      /nix/store/xmnk5is89i7mgyp2ih4ds12sxllji6cz-python3.13-backtesting-0.6.5-dist \
      /nix/store/31y14f83wnigyqdp67r3a2s6xm8mraa9-python3.13-beetcamp-0.22.0 \
      /nix/store/8p4q263g4yf26fqvm82adjm77z3rvyy1-python3.13-beetcamp-0.22.0-dist \
      /nix/store/7c181i4gry9gkxbil77nzlqqjrkvf8rx-python3.13-bokeh-3.7.3 \
      /nix/store/1cyqz4aynhb1907dpybm0v55k3bmi9ww-python3.13-bokeh-3.7.3-dist \
      /nix/store/lsals51byydy4ydqx1x5vp9ifcps5690-python3.13-bumps-1.0.3 \
      /nix/store/laan87m6jhplcxvkg08wql0xqkglb14c-python3.13-bumps-1.0.3-dist \
      /nix/store/q6fr76izr5yhxjpw372r31iqg5d60syv-python3.13-chart-studio-1.1.0-unstable-2025-01-30 \
      /nix/store/rzifvl3sh5xfw5l6gn3c1blw8zvlilig-python3.13-chart-studio-1.1.0-unstable-2025-01-30-dist \
      /nix/store/hv1ldxml54gh56m5sa5wk2mqbafxgp1b-python3.13-coiled-1.127.0 \
      /nix/store/4aflvylyyfchxrqg7qm4s72nq27gnyyh-python3.13-coiled-1.127.0-dist \
      /nix/store/abdbvxc4f1rchcrl4fnvhflszz2cw6fd-python3.13-compressai-1.2.6 \
      /nix/store/i9ji5mibbfyj8prh5igd38zvpa84lpk7-python3.13-compressai-1.2.6-dist \
      /nix/store/vrw6nkf6xabnq2qd2hsahbbwygs6imf0-python3.13-dalle-mini-0.1.5 \
      /nix/store/n4qv6w2b0pbh9qv4ln8baagw6gw7syvp-python3.13-dalle-mini-0.1.5-dist \
      /nix/store/sv016i75x3f3z4l5sbhbqcmmh7wy9jyi-python3.13-dash-3.0.4 \
      /nix/store/cmcgbbmsxc0psq57928cfw47vpakf8zh-python3.13-dash-bootstrap-components-2.0.4 \
      /nix/store/xklgk9zf0hj90pac2linw88v56fgcka8-python3.13-dash-bootstrap-components-2.0.4-dist \
      /nix/store/plihl205kmxnv53aq2dgkw4yiy4hp744-python3.13-dash-bootstrap-templates-2.1.0 \
      /nix/store/a1p2cm9ydac34s8cah5y21g50g9831r7-python3.13-dash-bootstrap-templates-2.1.0-dist \
      /nix/store/1hb961c4fifhx41gcrlyq06h3896qs83-python3.13-dash-3.0.4-dist \
      /nix/store/vrga2ldxwaixc7zqk7051a7ay8wm42ck-python3.13-dissect-3.20.1 \
      /nix/store/l58kn7qq6br0l2bhaxyykjcdjca2v0ra-python3.13-dissect-cobaltstrike-1.2.1 \
      /nix/store/6hkmi9dybvl29lmq0kmppc8yfql20l6a-python3.13-dissect-cobaltstrike-1.2.1-dist \
      /nix/store/irmn6b8np1dwpabz8vllnwycxdblcyic-python3.13-dissect-target-3.23.1 \
      /nix/store/cq43lqlldklk7mks58xjx5ilkqccrlm4-python3.13-dissect-target-3.23.1-dist \
      /nix/store/90amvvr9jhrxkhbiqhy49jc0s35wyyhg-python3.13-dissect-3.20.1-dist \
      /nix/store/0k52r6j93p3f7q2dllaxsrm3k9zffqig-python3.13-duckdb-1.4.1 \
      /nix/store/7m6547ay8mkabwh6hx83w462q4saxy1c-python3.13-duckdb-engine-0.17.0 \
      /nix/store/3j8n10f9zwzjq36sbl9lx3gz5cand1ah-python3.13-duckdb-engine-0.17.0-dist \
      /nix/store/p2yvr6vmxcrcgx9wq1ih9jvr7y4hlnkr-python3.13-duckdb-1.4.1-dist \
      /nix/store/5nqfmr6p8vpwq40bfjfz2vaqvw0cyydi-python3.13-energyflow-1.4.0 \
      /nix/store/43gxsx6v40rsd4bzxd8sbkk556apki7z-python3.13-energyflow-1.4.0-dist \
      /nix/store/qhfcnz36w3qfgq6w6xiwgjdaldsk7gig-python3.13-experiment-utilities-0.3.9 \
      /nix/store/s0dcfsag13hw291hcl6msc6m0alpcx39-python3.13-experiment-utilities-0.3.9-dist \
      /nix/store/d1jwnaxgxiqjrh9mrnifpdxvh22nalpc-python3.13-explorerscript-0.2.3 \
      /nix/store/22brawwxg6jk9p57hspzzrn20dx0qh7c-python3.13-explorerscript-0.2.3-dist \
      /nix/store/9n5dyafc5x8cgx0vnc4f8nm8jg14ddk0-python3.13-fastai-2.8.4 \
      /nix/store/ipq6rp8cnl0ydhz9n7cqv0q6ajwph023-python3.13-fastai-2.8.4-dist \
      /nix/store/65xzi6542j410rs8ga9772nvbx4p81vb-python3.13-flow-record-3.20 \
      /nix/store/3cbvppa6ks50g4hla1p4gpljbr3cnpzl-python3.13-flow-record-3.20-dist \
      /nix/store/sqmq24fgsssncdw1yk22rmxcwzpq6qn0-python3.13-formulaic-1.2.1 \
      /nix/store/4wjwbvc65fhm842kywp6yhmdhyx0xagf-python3.13-formulaic-1.2.1-dist \
      /nix/store/zcymqik7wi060v01585rgmvxhy0v37qv-python3.13-frictionless-5.18.1 \
      /nix/store/m20qxjvwzypsgg5fiwmysrwwcif729br-python3.13-frictionless-5.18.1-dist \
      /nix/store/hhwr298g5n2zasn6kv7lm42lvv7k0l0b-python3.13-gradio-5.38.2 \
      /nix/store/yarv8yfzww1g0c4l8b20s92m09vscin2-python3.13-gradio-5.38.2-dist \
      /nix/store/f4i81v5nv870fy3zd72bfznqxsrg8xja-python3.13-great-tables-0.19.0 \
      /nix/store/jzw0qnjh9argkb167393fi26y7i1g3rs-python3.13-great-tables-0.19.0-dist \
      /nix/store/yjsfahvkhqppc1v8fgr4v7azf851x75i-python3.13-heudiconv-1.3.3 \
      /nix/store/mf4rhm5c1jfg07wmsp92yw0xngmsi7y1-python3.13-heudiconv-1.3.3-dist \
      /nix/store/kf1gs63q6qw5qb2bvlabifhbsrgg1wc3-python3.13-HolisticTraceAnalysis-0.5.0 \
      /nix/store/h3ja20fhhsz5ccrw0prf3hpc4r1z6xy2-python3.13-HolisticTraceAnalysis-0.5.0-dist \
      /nix/store/lr8396cyr6q61c209281k8z2yk8rgdmi-python3.13-holoviews-1.21.0 \
      /nix/store/iln82h4qmdhn4miabjndnphjibrkvj98-python3.13-holoviews-1.21.0-dist \
      /nix/store/1vhq4r20gkx71smy5d7iamssnrmss5pa-python3.13-hvplot-0.11.3 \
      /nix/store/r73zva831r0jfswxpacgm5zvxnq7mylv-python3.13-hvplot-0.11.3-dist \
      /nix/store/vwi30klak21yfgxggcz78q444pfv1fz4-python3.13-ibis-framework-11.0.0 \
      /nix/store/15fyvznccf8yc5pdfwq4kck601la9m4a-python3.13-ibis-framework-11.0.0-dist \
      /nix/store/phmlhjgw982jyjkhhl2qjas9xfcqq8mg-python3.13-igraph-0.11.9 \
      /nix/store/my43ml08zmhadyqg9bw2kkarfyy7jzfw-python3.13-igraph-0.11.9-dist \
      /nix/store/49q0q6jqsd819c2d9cc5hi7m38hlsmx0-python3.13-intake-2.0.8 \
      /nix/store/1661kzqia07m0fxmm34c7l5xlvnjxfy9-python3.13-intake-2.0.8-dist \
      /nix/store/18nfj80h8n4ivk46m9kxli5ggv3zgdzb-python3.13-iplotx-0.9.0 \
      /nix/store/jagxlwjsvgak791i339vy26falskhl9p-python3.13-iplotx-0.9.0-dist \
      /nix/store/cczrrq0lmjk1lf1m38ryy7ysf8aq0kp1-python3.13-itables-2.5.2 \
      /nix/store/y1ljl4gg59kr32w138ais63yn205fqm6-python3.13-itables-2.5.2-dist \
      /nix/store/kxw4a3crryvf346drar4j4a86sf172d4-python3.13-jupysql-0.11.1 \
      /nix/store/9fsixxyrb8nlzjr8rj71aksdw7c0m2w6-python3.13-jupysql-0.11.1-dist \
      /nix/store/wi6r6dwnh5prmjv5n55imryfnl41xsgw-python3.13-kmapper-2.1.0 \
      /nix/store/v4k4nb9hq54c9nxya77dblcrisb4jmdq-python3.13-kmapper-2.1.0-dist \
      /nix/store/4484i9wmaqz13cdq9pdlwlv1qgg0bbsy-python3.13-kokoro-0-unstable-2025-06-16 \
      /nix/store/y5zhvc0zmayg0h8qm1c8ylm5dmxwccvv-python3.13-kokoro-0-unstable-2025-06-16-dist \
      /nix/store/09jw2pjnxbchfa430iqrmx5gfbappl8z-python3.13-lancedb-0.21.2 \
      /nix/store/9h4b7rzpjfkr6wvr6wizbhcp1kbdd4xm-python3.13-lancedb-0.21.2-dist \
      /nix/store/2lxsm3xlwl6wvs9y7lj1irhrycypxbpj-python3.13-langchain-community-0.3.27 \
      /nix/store/90615knkjm5065qnq5vszaahc08pkbxy-python3.13-langchain-community-0.3.27-dist \
      /nix/store/smfhz7lkh3gnd2f7bq1bfl0gb67c2gmb-python3.13-langchain-experimental-0.3.4 \
      /nix/store/a6ik5lli1lq3ba6z566jk88w7v3nnkwn-python3.13-langchain-experimental-0.3.4-dist \
      /nix/store/764lnrlp15gw5557lkfvn097pbw8670h-python3.13-layoutparser-0.3.4 \
      /nix/store/66qpl7v70isb9rq3hkcv9fr28y64nqyc-python3.13-layoutparser-0.3.4-dist \
      /nix/store/ccbxdmm9hzm5h4sfls3cfhran5vb0vf5-python3.13-leidenalg-0.10.2 \
      /nix/store/3l4ldzzw3z86bac7wdv120pn034z2m47-python3.13-leidenalg-0.10.2-dist \
      /nix/store/l7g13wapaid3vwixbywlyavhc40k9drd-python3.13-lerobot-0.3.3 \
      /nix/store/37ilznz4nb5j4qvz9xac7lzgq66n2cq8-python3.13-lerobot-0.3.3-dist \
      /nix/store/zxn4pmv8p7hiczn929qx9mas9nwqkndk-python3.13-librosa-0.11.0 \
      /nix/store/r6jlfyf4vyv9n6hls6zy2g0zn4xsdkdd-python3.13-librosa-0.11.0-dist \
      /nix/store/zlycjm74s8dyzd8l63xj8zz7r1lrqvxg-python3.13-lida-0.0.14 \
      /nix/store/89dkl4jpin9wi2ja0nh8vzhvw7vds6hm-python3.13-lida-0.0.14-dist \
      /nix/store/n81ip0m5dw0bnszqc9w86k654ks122cp-python3.13-lifelines-0.30.0 \
      /nix/store/dh9b67c3cvykiwhmh2sdgfifyml14npf-python3.13-lifelines-0.30.0-dist \
      /nix/store/0ihzazyl0r4vb7x0xfml0k0w2dbgdc5d-python3.13-linearmodels-6.1 \
      /nix/store/5xf161y2zix4r2x3l30dnr1zy23ca47b-python3.13-linearmodels-6.1-dist \
      /nix/store/fmi980765aqdg30bg5qgyh0rmz5b0mxk-python3.13-livelossplot-0.5.6 \
      /nix/store/r69h4ljsgqih57aly5h3q6s0n49lmsfd-python3.13-livelossplot-0.5.6-dist \
      /nix/store/z3g9b4fn94gkrhl523p8rd8wkmp0jff8-python3.13-llama-cloud-services-0.6.69 \
      /nix/store/wz7wpy67axn633052sy9h26d21kz7kfw-python3.13-llama-cloud-services-0.6.69-dist \
      /nix/store/rlqclkq7wnnb2ln3glizn8j39m2nx1x1-python3.13-llama-index-0.13.0.post1 \
      /nix/store/7lyi3xf2nzvjx1h5myggqqr0lcxdhq36-python3.13-llama-index-cli-0.5.1 \
      /nix/store/xk19l4plpymw92q5ljbzyxq109xld65q-python3.13-llama-index-cli-0.5.1-dist \
      /nix/store/cvjzvw4p0lg3f4a38cixwypn42v3p0wb-python3.13-llama-index-core-0.13.0.post1 \
      /nix/store/k0gcr01qq1c0c15wm8qm4inc1hwa0j0k-python3.13-llama-index-core-0.13.0.post1-dist \
      /nix/store/h26lsp7j4v6c9qxlswrp5znb860imd8m-python3.13-llama-index-embeddings-gemini-0.4.1 \
      /nix/store/gqfkcgnba1iblazchm7dsyym21nmqr08-python3.13-llama-index-embeddings-gemini-0.4.1-dist \
      /nix/store/s3jy3xf5x64y59flivbc261b0babaa7c-python3.13-llama-index-embeddings-google-0.4.1 \
      /nix/store/iamqwkf8cnzrsj8pr2gbyg69ljdzrhbd-python3.13-llama-index-embeddings-google-0.4.1-dist \
      /nix/store/wjq3aw78ic1gjg4gdip8jx9imnf0r5c2-python3.13-llama-index-embeddings-huggingface-0.6.1 \
      /nix/store/wl5zz2kicb621fj7jcg4mgnmnhgzbfqh-python3.13-llama-index-embeddings-huggingface-0.6.1-dist \
      /nix/store/6yv2rkbgk595cnxf9j1ms7vw4jxhl234-python3.13-llama-index-embeddings-ollama-0.7.0 \
      /nix/store/qmfr6n7ci985jzqn7xgiczp15p35k335-python3.13-llama-index-embeddings-ollama-0.7.0-dist \
      /nix/store/sill5il6lkkzddpns4nxjn2xgwsj3jbi-python3.13-llama-index-embeddings-openai-0.5.1 \
      /nix/store/lzpa2554fjj6a5x48b586q41fl63l9ys-python3.13-llama-index-embeddings-openai-0.5.1-dist \
      /nix/store/5gp9zadcxzyddxawpfp9wj3gfqr9v2s3-python3.13-llama-index-graph-stores-neo4j-0.5.1 \
      /nix/store/v8mg3mf4prwil094115vp7dljzb0afxw-python3.13-llama-index-graph-stores-neo4j-0.5.1-dist \
      /nix/store/fn71lfmhaf5z89ji0ri6jzxyydn4wn2l-python3.13-llama-index-graph-stores-neptune-0.4.1 \
      /nix/store/v980r2sr2jr0l2l4jc69zlrxrdq7d7x0-python3.13-llama-index-graph-stores-neptune-0.4.1-dist \
      /nix/store/lp6dzjarpb1nkp7hsg6ykx2aip27s103-python3.13-llama-index-indices-managed-llama-cloud-0.9.4 \
      /nix/store/966xnl4wbclxmax4q6bc30nhr9blg0za-python3.13-llama-index-indices-managed-llama-cloud-0.9.4-dist \
      /nix/store/gy6299szpcdnd1c8bg1zrxy15zyrjcc6-python3.13-llama-index-legacy-0.9.48.post4 \
      /nix/store/gj3m0i07cx1yx33k5d2m5zlsh383nydd-python3.13-llama-index-legacy-0.9.48.post4-dist \
      /nix/store/qnkf6x3fks9jcw6kic62d6p663i9vmy4-python3.13-llama-index-llms-ollama-0.7.4 \
      /nix/store/dq8g5p1dw7mf4yi1hi8w74zpk8jc9iwi-python3.13-llama-index-llms-ollama-0.7.4-dist \
      /nix/store/3q4ba6fsccdssbyqz27pxydvmkmbakjc-python3.13-llama-index-llms-openai-0.5.6 \
      /nix/store/sqi0v7nyscwlkqg2c8crpdm7hk6cfipd-python3.13-llama-index-llms-openai-like-0.5.1 \
      /nix/store/6j50gqhblrhc9z29cxq82m5pyjiyxz0z-python3.13-llama-index-llms-openai-like-0.5.1-dist \
      /nix/store/9sv6vgys867sy3xq350h0k0agm6dfc23-python3.13-llama-index-llms-openai-0.5.6-dist \
      /nix/store/312dms5wrzrk3am1j09y6bndzwr0yqnm-python3.13-llama-index-multi-modal-llms-openai-0.6.1 \
      /nix/store/b8kqvxph67bzaczzd5jrwg19qkx8d2p1-python3.13-llama-index-multi-modal-llms-openai-0.6.1-dist \
      /nix/store/c1dxmsv7kyi71grawhb1zs8s8adw5hgx-python3.13-llama-index-node-parser-docling-0.4.1 \
      /nix/store/b5jif5b8nxrb6agh0i18jk0s3b8lvqlb-python3.13-llama-index-node-parser-docling-0.4.1-dist \
      /nix/store/7x3d7hqwjh5jzfml18gld1sz6s28agi6-python3.13-llama-index-readers-database-0.5.1 \
      /nix/store/lqw2s4hizgi7p6ham9sqi789l6r4q96f-python3.13-llama-index-readers-database-0.5.1-dist \
      /nix/store/31830f51ckbh5v59qm1zccyqbpvf8zsk-python3.13-llama-index-readers-file-0.5.4 \
      /nix/store/pv54gx7flqynj4hn2b2kn64lppay21v6-python3.13-llama-index-readers-file-0.5.4-dist \
      /nix/store/adk8aw6m157hv1q8jlckqrxw9jnvphyg-python3.13-llama-index-readers-json-0.4.2 \
      /nix/store/a8wssql210avq9jq5njzmndh94biil4z-python3.13-llama-index-readers-json-0.4.2-dist \
      /nix/store/b0v6n9vma8qjl9ppxgk9pj4ddb03xydq-python3.13-llama-index-readers-llama-parse-0.5.1 \
      /nix/store/fjqrnrya0n7wp4774zvzx78aayyimzkk-python3.13-llama-index-readers-llama-parse-0.5.1-dist \
      /nix/store/vp0my37sab9441ibvrcmscv2g29ciz7r-python3.13-llama-index-readers-s3-0.5.1 \
      /nix/store/ps8m8iifqlc17wxli94qgdxd9id80mk2-python3.13-llama-index-readers-s3-0.5.1-dist \
      /nix/store/0hq0za1k26qclhkc4bqqn7fkhm5y89fq-python3.13-llama-index-readers-twitter-0.4.1 \
      /nix/store/6rfvclsn2zqbfq4cff6cn25gyyk702c8-python3.13-llama-index-readers-twitter-0.4.1-dist \
      /nix/store/990009qknrf7p9s7xyqrlzzc3dn5b4k9-python3.13-llama-index-readers-txtai-0.4.1 \
      /nix/store/160p4yrxdng2rd2ll9k15digyk9nm1mn-python3.13-llama-index-readers-txtai-0.4.1-dist \
      /nix/store/vqwfbhq7i7324xj435wynafffs0q53gw-python3.13-llama-index-readers-weather-0.4.1 \
      /nix/store/iq9dxksbrcachf621jn86ac2pawrpkbp-python3.13-llama-index-readers-weather-0.4.1-dist \
      /nix/store/n83cvn2x0azfvjamw31ghdlm5hhk1znx-python3.13-llama-index-vector-stores-chroma-0.5.3 \
      /nix/store/p8f3hkml74k2ci90jfsv6a0cgpsc92f7-python3.13-llama-index-vector-stores-chroma-0.5.3-dist \
      /nix/store/ay48119hw4v89jyl2p67wgyanaslx9v8-python3.13-llama-index-vector-stores-google-0.4.1 \
      /nix/store/zmixb2ki95jqnw1qjdcjmm8cmy4pp9cf-python3.13-llama-index-vector-stores-google-0.4.1-dist \
      /nix/store/pjlmsgi25b906i8sk8vilza0apccnhia-python3.13-llama-index-vector-stores-milvus-0.9.3 \
      /nix/store/ynyibfpcgvcvgjydhn4fdqbnnsn4nwam-python3.13-llama-index-vector-stores-milvus-0.9.3-dist \
      /nix/store/5hsv1mnfwsniqxhiy5swhp3dcbby0b53-python3.13-llama-index-vector-stores-postgres-0.7.0 \
      /nix/store/jlwfpqxafz0vhgal1fx82wgr7aqjcn8a-python3.13-llama-index-vector-stores-postgres-0.7.0-dist \
      /nix/store/7r5424iiw1a1bjga3r5pxlsvr11j7r2b-python3.13-llama-index-vector-stores-qdrant-0.8.4 \
      /nix/store/3kr274ydvm270msca715nrrz3k4yll6d-python3.13-llama-index-vector-stores-qdrant-0.8.4-dist \
      /nix/store/65iq8qd9l0ihi3ziwapb8irgxcscw21k-python3.13-llama-index-0.13.0.post1-dist \
      /nix/store/wj7g7ckx7r1j806731pd9fzl0pdgh5rm-python3.13-llama-parse-0.6.54 \
      /nix/store/4rnhn1yvyf30x1wrjllcgjli0qvllq8i-python3.13-llama-parse-0.6.54-dist \
      /nix/store/cjvkxhv4vq4js4zvp2bbcf4ss8r4jyd3-python3.13-meshtastic-2.7.3 \
      /nix/store/sba9g4z9xsmmnhyjvk15ky7frgqzdhnd-python3.13-meshtastic-2.7.3-dist \
      /nix/store/7izgqxzcjg1snijbg6x9x06qzz6snm28-python3.13-mlcroissant-1.0.22 \
      /nix/store/jjn69c9fm07i9maiahmm54wvnblcp5wc-python3.13-mlcroissant-1.0.22-dist \
      /nix/store/8598mg0f85scqv981aw9qfk9bmh8gxzc-python3.13-msticpy-2.17.1 \
      /nix/store/ppax53lsnifihg3a7fjn39v16243dqqy-python3.13-msticpy-2.17.1-dist \
      /nix/store/ay96ml289v7d2f6w2al98h7i531kclx7-python3.13-narwhals-2.6.0 \
      /nix/store/f0hpws41lz52kn1q50v2aw5a9jk6lxc1-python3.13-narwhals-2.6.0-dist \
      /nix/store/yibig87d8lk8pqik5g1z77bx1c69i1wh-python3.13-nbsmoke-0.6.0 \
      /nix/store/f6prmmg14snkxp0pxrj38q625mbgdiaq-python3.13-nbsmoke-0.6.0-dist \
      /nix/store/lnznxv31wgwslxck9bdgicbcig2g6570-python3.13-neurokit2-0.2.12 \
      /nix/store/smzdrzf9jb8zbs4991j7w5qy39bpkw14-python3.13-neurokit2-0.2.12-dist \
      /nix/store/54j6m89dr2y8v11qxqcfdxw3ym6cnmf8-python3.13-niaarm-0.13.4 \
      /nix/store/yyqinl4m849v6scfp2rfap1nwhp643g9-python3.13-niaarm-0.13.4-dist \
      /nix/store/2zi93fhva548w284hn4djl8v4b15gmgp-python3.13-nipype-1.10.0 \
      /nix/store/2ndbq0214lqwjb40ic7whnk74l7b3vpa-python3.13-nipype-1.10.0-dist \
      /nix/store/zmm3yls4k4v0md4bnqrny99cswasqipn-python3.13-niworkflows-1.14.3 \
      /nix/store/9xh003zw236p1mn48v4q7h3wdlwavp43-python3.13-niworkflows-1.14.3-dist \
      /nix/store/bdc6achgldn66m7qdg6kw6f1g43fa1v7-python3.13-optuna-4.5.0 \
      /nix/store/801a9ws0h3272wck4adjhpqnh48wwdnc-python3.13-optuna-dashboard-0.20.0b1 \
      /nix/store/avji3zjvhslkcdf3bbzjyvc8c7lpd818-python3.13-optuna-dashboard-0.20.0b1-dist \
      /nix/store/rv1bxmvaak6w1rasb2y41wamikfkb2ym-python3.13-optuna-4.5.0-dist \
      /nix/store/lj1r19zjsmclpxl990m0fq0gwbxcfn09-python3.13-pandantic-1.0.1 \
      /nix/store/1abm80gr56i4jiwilzdw1xd2ddqsp1bs-python3.13-pandantic-1.0.1-dist \
      /nix/store/k7pmjiilnbr61qs9d1s627mml8hszz3c-python3.13-pandas-stubs-2.3.2.250926 \
      /nix/store/bbb477gws643armkvisc9k3drxsw5r9z-python3.13-pandas-stubs-2.3.2.250926-dist \
      /nix/store/hnww3y6w87s9rf2ypb7qylaiv9v8f2i4-python3.13-pandera-0.26.1 \
      /nix/store/lwis957a7lsh8n6lgrmccm4qg0zisg55-python3.13-pandera-0.26.1-dist \
      /nix/store/dfkbf8874bjdy9458vnmk3qivi1di43s-python3.13-panel-1.7.5 \
      /nix/store/vig37d2pgzkwimqj0da3ncrdamf8kv6b-python3.13-panel-1.7.5-dist \
      /nix/store/gqc23hb1kzig2dh1b1g3174l9z8cmkgf-python3.13-pdfplumber-0.11.7 \
      /nix/store/7z4y1x6fh8590mgk6l5qn04s5ipibr6l-python3.13-pdfplumber-0.11.7-dist \
      /nix/store/pxa9i9igcfpnp025mfi4124a658ymc5k-python3.13-piano-transcription-inference-0.0.6 \
      /nix/store/nl5jwwnmvkg5xc2800akch0g8dyh2fas-python3.13-piano-transcription-inference-0.0.6-dist \
      /nix/store/zf2yadf3cvq91kn4s9wpfb8yl2djzzax-python3.13-plopp-25.10.0 \
      /nix/store/i2w8dl7ci18m43hhag4k4kzzb9m36ncq-python3.13-plopp-25.10.0-dist \
      /nix/store/pr4vqkr05m59ch5js1j6cgsli20hvwy8-python3.13-plotly-6.3.0 \
      /nix/store/7xq0cbqpgiiyzainfa42wqkjc3grfqwn-python3.13-plotly-6.3.0-dist \
      /nix/store/qfl8liyb5fdg0qhkwb8c5vcgx7frd9l6-python3.13-pyannote-audio-3.4.0 \
      /nix/store/1x8kyapp4igs0jj0yimmzadnnx9l4y0z-python3.13-pyannote-audio-3.4.0-dist \
      /nix/store/c7zkr98fpsrycc31fd30j87rnsw16879-python3.13-pyannote-pipeline-3.1.2 \
      /nix/store/kjfv2msg37w5ki1niw2hai4qbsq1y6mj-python3.13-pyannote-pipeline-3.1.2-dist \
      /nix/store/9wy866ndhx77jsnk9yipzkqxb8dqfk7c-python3.13-pybids-0.21.0 \
      /nix/store/x660m5av7h7np5w8ncjsicxg1irbkk4d-python3.13-pybids-0.21.0-dist \
      /nix/store/k5p0mnkdr6c2js0hm8jhssdpxbvb9pvs-python3.13-pylance-0.38.2 \
      /nix/store/ilimskz6ka0ndsxm0ss9hz6knfbcm99n-python3.13-pylance-0.38.2-dist \
      /nix/store/4phkv4w7vaxiqb92iygb3anqd0y7w1qk-python3.13-pyreadstat-1.3.1 \
      /nix/store/294gjvkcnc6a2bsl2bpdhlsjzj7bn96l-python3.13-pyreadstat-1.3.1-dist \
      /nix/store/lfliz87j6ask41922c0nbr6iz0n5i49f-python3.13-reflex-0.8.14 \
      /nix/store/jxch0f6jrmh4l1j26dlp6bbscgchzaqk-python3.13-reflex-chakra-0.8.2 \
      /nix/store/5q932nbrz6qvx0y5iag7rz80b5pqsf3s-python3.13-reflex-chakra-0.8.2-dist \
      /nix/store/vyy89ml3rzm8cf7w7cql6cxmfqflpc7h-python3.13-reflex-0.8.14-dist \
      /nix/store/cgjiaqpkszaiz7byxxawfw606wlm9444-python3.13-resampy-0.4.3 \
      /nix/store/sq3vybascjm1kyha8jd2iadj5j1lj5xg-python3.13-resampy-0.4.3-dist \
      /nix/store/1mgrrcrrsdg953krdp8dhxsvfj0zi2n1-python3.13-sasmodels-1.0.11 \
      /nix/store/wk969x6rzphjm7hi5zxy6mn4i7f7mvn2-python3.13-sasmodels-1.0.11-dist \
      /nix/store/i9lvbnb7r1jkvkr7ba8j3y4f8fmv9y20-python3.13-shiny-1.4.0 \
      /nix/store/g1afxjvj7f5dj15b5icpllr21z55jiaz-python3.13-shiny-1.4.0-dist \
      /nix/store/ww3n6y6lcf6v6rgb4m4ii4cd3c7a142m-python3.13-skops-0.13.0 \
      /nix/store/rmjv5wp57wql47f3dmcxvk6j2ix9rb7y-python3.13-skops-0.13.0-dist \
      /nix/store/lsd5bpy46p4q25mb35pvlbi1s89si1ar-python3.13-skrl-1.4.3 \
      /nix/store/9rzhm2dj7hpmh82lkllknxmyfaz7yfv9-python3.13-skrl-1.4.3-dist \
      /nix/store/p4s2zdpjqm8yi0ysj85iby2zb1ng6fq7-python3.13-skytemple-dtef-1.8.0 \
      /nix/store/mlrjp9x3jmchdvfnnp9sbgamp2m7h11c-python3.13-skytemple-dtef-1.8.0-dist \
      /nix/store/jrvr6ajwbqramkbzfhfd3kqwwhai2xvf-python3.13-skytemple-files-1.8.5 \
      /nix/store/v6v3b8vmz5bwqwia66j2jh2hiah69j66-python3.13-skytemple-files-1.8.5-dist \
      /nix/store/mxpv0ma2is6x3qh70r1rzb6wpifzidqp-python3.13-skytemple-ssb-debugger-1.8.3 \
      /nix/store/d259jrb91d1y74qk8jjdqzwl34rd36l5-python3.13-skytemple-ssb-debugger-1.8.3-dist \
      /nix/store/mdy2w4a2p4q76n79br4vz1d4v1s70866-python3.13-smolagents-1.21.3 \
      /nix/store/0f0k89ril53h1siwcl5k30ab72kms5h7-python3.13-smolagents-1.21.3-dist \
      /nix/store/bgv2vf0m5cmkr6hxx7fyj7j5rmycmwyx-python3.13-spacy-3.8.7 \
      /nix/store/1aiflifrdj3bbdkrm38nc6w6znirp0hs-python3.13-spacy-curated-transformers-2.1.2 \
      /nix/store/l4i5h0xnzdk48959599nlhqaszckrcnb-python3.13-spacy-curated-transformers-2.1.2-dist \
      /nix/store/mxz62hqw5amb60gdhhns8ghdy3fk94mf-python3.13-spacy-loggers-1.0.5 \
      /nix/store/dvqwk6ba9f13gnzmijiy64cdghz1si93-python3.13-spacy-loggers-1.0.5-dist \
      /nix/store/dyx3pm4zy7gn5zqb2crmwzi23iv2hai1-python3.13-spacy-lookups-data-1.0.5 \
      /nix/store/xdq06v40lhhmqnfs2g8py6q3nzig75zr-python3.13-spacy-lookups-data-1.0.5-dist \
      /nix/store/d4id8cwx3g52w3ba2rysjra4pgdqwb5d-python3.13-spacy-transformers-1.3.9 \
      /nix/store/gfy26dr6bb00l2kwg1xzksjf0p12ar94-python3.13-spacy-transformers-1.3.9-dist \
      /nix/store/plvami1qzfih3gf3k3jf5972ik58qmhq-python3.13-spacy-3.8.7-dist \
      /nix/store/7cjd8jbzb0xi0w5jgcdg599cwisd6q4x-python3.13-sqlframe-3.38.2 \
      /nix/store/02c1cb8cr3jf51mjz4407w1xzgsrcdqd-python3.13-sqlframe-3.38.2-dist \
      /nix/store/0yjhzvnn0m1nsan75yd2agxbggkw88hw-python3.13-sqlglot-27.6.0 \
      /nix/store/lzddxcjbnxn38cngmyvqmia149jxw7im-python3.13-sqlglot-27.6.0-dist \
      /nix/store/m5z6jabmwkbq5xidgr7qv0j4fjdzzqh2-python3.13-st-pages-1.0.1 \
      /nix/store/i2wxv3l38zmb2d9b3pfdhr825hd2y8q9-python3.13-st-pages-1.0.1-dist \
      /nix/store/g025klp63qlrg0yh248vxwiisy19n54i-python3.13-svgdigitizer-0.13.0 \
      /nix/store/daig2hlkr9nlw80m63pryqfj5k33l7hx-python3.13-svgdigitizer-0.13.0-dist \
      /nix/store/ybqn9yc8c1m793gx8pivzrvyrhw9m6lr-python3.13-synergy-1.0.0 \
      /nix/store/plk7adhwribqzglkh77x0blaf5bsc7sq-python3.13-synergy-1.0.0-dist \
      /nix/store/v2f45dgn96qrdr6p2wspa71fyzzsjspb-python3.13-templateflow-25.0.4 \
      /nix/store/iwfr1cy00bg94wyah30jrv6r8pwz5plp-python3.13-templateflow-25.0.4-dist \
      /nix/store/f87xmahxjkx9caj7v6h51lsxlcfv7pny-python3.13-textacy-0.13.0 \
      /nix/store/2grf8ah3lb2hhp616gaq383cq41wvh0r-python3.13-textacy-0.13.0-dist \
      /nix/store/mgnsphrmisk2lfb6b00bnl15hh0815d9-python3.13-torch-audiomentations-0.12.0 \
      /nix/store/7v4pi1h5vyrbdin19zp0a52av6mxvnnc-python3.13-torch-audiomentations-0.12.0-dist \
      /nix/store/bimnb8xyjfp41xkjxpgbm67f78k2z16c-python3.13-torchcrepe-0.0.24 \
      /nix/store/ird33vlfcspv97rmjydg00w6xc6gb35h-python3.13-torchcrepe-0.0.24-dist \
      /nix/store/64hbmzxh2lqq9bdb21hgj8wxic672fzx-python3.13-torchlibrosa-0.1.0 \
      /nix/store/65hyah7z24bwrz0a0xixrkvzjr68bhva-python3.13-torchlibrosa-0.1.0-dist \
      /nix/store/hsxsrcz20mfncilx9bpv2fv1src69k0m-python3.13-txtai-9.0.1 \
      /nix/store/iadfnpcs51mv5bqsmwlzn7a7i2l084sf-python3.13-txtai-9.0.1-dist \
      /nix/store/r4b29ay578m81zj9vn1dwkjsiw7j3r32-python3.13-vega-4.1.0 \
      /nix/store/j19lcyff0314kxaagqafgh8njz5nl7dv-python3.13-vega-4.1.0-dist \
      /nix/store/ggfbj69vxlyz24xhqrsiaxx73y3fb05h-python3.13-wacz-0.5.0 \
      /nix/store/j4l9pad7gn3q54w8i1niik8h8a0axc48-python3.13-wacz-0.5.0-dist \
      /nix/store/zfzhi1aj61n6djkhkzxsnbhda4ckfd8r-python3.13-wandb-0.21.4 \
      /nix/store/d5wrnclvv006g4c9qc0sn799d9k92afb-python3.13-wandb-0.21.4-dist \
      /nix/store/a6ls8rjx3ywgh25bpqlc0rbk5x9gy3ha-quark-engine-25.6.1 \
      /nix/store/ynh4nml2zihcc47m7wg9bhm26l5jfsgn-quark-engine-25.6.1-dist \
      /nix/store/4pfwb1nxm0d8ivl3nfr7y2d4dhc656hp-python3.13-streamlit-1.50.0 \
      /nix/store/na9sh9s310b4psvhd84cy5d016kmay2v-python3.13-streamlit-1.50.0-dist \
      /nix/store/sp3bm4ax6sqfhaja74am94h1m173cavy-supergee-0-unstable-2023-11-21 \
      /nix/store/d18y83lvg19i2bzvq07ac5xyzsq8xp6r-theharvester-4.8.2 \
      /nix/store/1vq6linyqws93pl0pip9ih7fassq83qv-theharvester-4.8.2-dist \
      /nix/store/ajmy8jp3lz6nw0cmss7qdb87hl8s9j8x-tocpdf-0.3.9 \
      /nix/store/pviz63snghskv72qqpmac1bs5fhzfs3l-tocpdf-0.3.9-dist \
      /nix/store/fcz4s2zx5i8s8xab14psj11nxr3x19nm-vimplugin-nvim-dbee-0.1.9 \
      /nix/store/vmjjc1jbgiqcbs9fb7pyj4gydlkfdmyq-whisper-ctranslate2-0.5.4 \
      /nix/store/a9nk88nf25a3avgbls8ncsiji9wa9g8z-whisper-ctranslate2-0.5.4-dist \
      /nix/store/nsfxx9xf6icml9602g1a64b29389hbx9-python3.13-whisperx-3.4.3 \
      /nix/store/bj4kd37nngwjdwsznqnnjb40ryickfam-python3.13-whisperx-3.4.3-dist \
      /nix/store/fi07kdcw0dskix1hkacwnkacx9rqkdiz-wyoming-piper-2.0.0 \
      /nix/store/bb6b3s2linq17klnc3jqk81dgwxdirb6-wyoming-piper-2.0.0-dist

aarch64-linux

⏩ 2 packages marked as broken and skipped:
  • picosnitch
  • picosnitch.dist
✅ 627 packages built:
  • acquire (python313Packages.acquire)
  • acquire.dist (python313Packages.acquire.dist)
  • aider-chat-full
  • aider-chat-full.dist
  • aider-chat-with-browser
  • aider-chat-with-browser.dist
  • aider-chat-with-help
  • aider-chat-with-help.dist
  • apkleaks
  • apkleaks.dist
  • azure-cli-extensions.rdbms-connect
  • azure-cli-extensions.rdbms-connect.dist
  • beets (beetsPackages.beets, beetsPackages.beets-stable, python313Packages.beets)
  • beets.dist (beetsPackages.beets-stable.dist, beetsPackages.beets.dist, python313Packages.beets.dist)
  • beets.doc (beetsPackages.beets-stable.doc, beetsPackages.beets.doc, python313Packages.beets.doc)
  • beets.man (beetsPackages.beets-stable.man, beetsPackages.beets.man, python313Packages.beets.man)
  • checkov
  • checkov.dist
  • contact
  • contact.dist
  • crewai (python313Packages.crewai)
  • crewai.dist (python313Packages.crewai.dist)
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • duckdb
  • duckdb.dev
  • duckdb.lib
  • flattenReferencesGraph
  • flattenReferencesGraph.dist
  • harlequin
  • harlequin.dist
  • hp2p
  • jadx
  • marimo (python313Packages.marimo)
  • marimo.dist (python313Packages.marimo.dist)
  • multiqc
  • multiqc.dist
  • mycli
  • mycli.dist
  • newelle
  • pianotrans
  • pianotrans.dist
  • piper-tts
  • piper-tts.dist
  • pitivi
  • prowler
  • prowler.dist
  • python312Packages.altair
  • python312Packages.altair.dist
  • python312Packages.ax-platform
  • python312Packages.ax-platform.dist
  • python312Packages.backtesting
  • python312Packages.backtesting.dist
  • python312Packages.beetcamp
  • python312Packages.beetcamp.dist
  • python312Packages.beets
  • python312Packages.beets.dist
  • python312Packages.beets.doc
  • python312Packages.beets.man
  • python312Packages.bokeh
  • python312Packages.bokeh.dist
  • python312Packages.bumps
  • python312Packages.bumps.dist
  • python312Packages.chart-studio
  • python312Packages.chart-studio.dist
  • python312Packages.coiled
  • python312Packages.coiled.dist
  • python312Packages.compressai
  • python312Packages.compressai.dist
  • python312Packages.crewai
  • python312Packages.crewai.dist
  • python312Packages.dalle-mini
  • python312Packages.dalle-mini.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash-bootstrap-templates
  • python312Packages.dash-bootstrap-templates.dist
  • python312Packages.dash.dist
  • python312Packages.dissect-cobaltstrike
  • python312Packages.dissect-cobaltstrike.dist
  • python312Packages.duckdb
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.duckdb.dist
  • python312Packages.energyflow
  • python312Packages.energyflow.dist
  • python312Packages.experiment-utilities
  • python312Packages.experiment-utilities.dist
  • python312Packages.explorerscript
  • python312Packages.explorerscript.dist
  • python312Packages.fastai
  • python312Packages.fastai.dist
  • python312Packages.flow-record
  • python312Packages.flow-record.dist
  • python312Packages.formulaic
  • python312Packages.formulaic.dist
  • python312Packages.frictionless
  • python312Packages.frictionless.dist
  • python312Packages.gradio
  • python312Packages.gradio.dist
  • python312Packages.great-tables
  • python312Packages.great-tables.dist
  • python312Packages.heudiconv
  • python312Packages.heudiconv.dist
  • python312Packages.holistic-trace-analysis
  • python312Packages.holistic-trace-analysis.dist
  • python312Packages.holoviews
  • python312Packages.holoviews.dist
  • python312Packages.hvplot
  • python312Packages.hvplot.dist
  • python312Packages.ibis-framework
  • python312Packages.ibis-framework.dist
  • python312Packages.igraph
  • python312Packages.igraph.dist
  • python312Packages.intake
  • python312Packages.intake.dist
  • python312Packages.iplotx
  • python312Packages.iplotx.dist
  • python312Packages.itables
  • python312Packages.itables.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.kmapper
  • python312Packages.kmapper.dist
  • python312Packages.kokoro
  • python312Packages.kokoro.dist
  • python312Packages.lancedb
  • python312Packages.lancedb.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python312Packages.langchain-experimental
  • python312Packages.langchain-experimental.dist
  • python312Packages.layoutparser
  • python312Packages.layoutparser.dist
  • python312Packages.leidenalg
  • python312Packages.leidenalg.dist
  • python312Packages.lerobot
  • python312Packages.lerobot.dist
  • python312Packages.librosa
  • python312Packages.librosa.dist
  • python312Packages.lida
  • python312Packages.lida.dist
  • python312Packages.lifelines
  • python312Packages.lifelines.dist
  • python312Packages.linearmodels
  • python312Packages.linearmodels.dist
  • python312Packages.livelossplot
  • python312Packages.livelossplot.dist
  • python312Packages.llama-cloud-services
  • python312Packages.llama-cloud-services.dist
  • python312Packages.llama-index
  • python312Packages.llama-index-cli
  • python312Packages.llama-index-cli.dist
  • python312Packages.llama-index-core
  • python312Packages.llama-index-core.dist
  • python312Packages.llama-index-embeddings-gemini
  • python312Packages.llama-index-embeddings-gemini.dist
  • python312Packages.llama-index-embeddings-google
  • python312Packages.llama-index-embeddings-google.dist
  • python312Packages.llama-index-embeddings-huggingface
  • python312Packages.llama-index-embeddings-huggingface.dist
  • python312Packages.llama-index-embeddings-ollama
  • python312Packages.llama-index-embeddings-ollama.dist
  • python312Packages.llama-index-embeddings-openai
  • python312Packages.llama-index-embeddings-openai.dist
  • python312Packages.llama-index-graph-stores-nebula
  • python312Packages.llama-index-graph-stores-nebula.dist
  • python312Packages.llama-index-graph-stores-neo4j
  • python312Packages.llama-index-graph-stores-neo4j.dist
  • python312Packages.llama-index-graph-stores-neptune
  • python312Packages.llama-index-graph-stores-neptune.dist
  • python312Packages.llama-index-indices-managed-llama-cloud
  • python312Packages.llama-index-indices-managed-llama-cloud.dist
  • python312Packages.llama-index-legacy
  • python312Packages.llama-index-legacy.dist
  • python312Packages.llama-index-llms-ollama
  • python312Packages.llama-index-llms-ollama.dist
  • python312Packages.llama-index-llms-openai
  • python312Packages.llama-index-llms-openai-like
  • python312Packages.llama-index-llms-openai-like.dist
  • python312Packages.llama-index-llms-openai.dist
  • python312Packages.llama-index-multi-modal-llms-openai
  • python312Packages.llama-index-multi-modal-llms-openai.dist
  • python312Packages.llama-index-node-parser-docling
  • python312Packages.llama-index-node-parser-docling.dist
  • python312Packages.llama-index-readers-database
  • python312Packages.llama-index-readers-database.dist
  • python312Packages.llama-index-readers-file
  • python312Packages.llama-index-readers-file.dist
  • python312Packages.llama-index-readers-json
  • python312Packages.llama-index-readers-json.dist
  • python312Packages.llama-index-readers-llama-parse
  • python312Packages.llama-index-readers-llama-parse.dist
  • python312Packages.llama-index-readers-s3
  • python312Packages.llama-index-readers-s3.dist
  • python312Packages.llama-index-readers-twitter
  • python312Packages.llama-index-readers-twitter.dist
  • python312Packages.llama-index-readers-txtai
  • python312Packages.llama-index-readers-txtai.dist
  • python312Packages.llama-index-readers-weather
  • python312Packages.llama-index-readers-weather.dist
  • python312Packages.llama-index-vector-stores-chroma
  • python312Packages.llama-index-vector-stores-chroma.dist
  • python312Packages.llama-index-vector-stores-google
  • python312Packages.llama-index-vector-stores-google.dist
  • python312Packages.llama-index-vector-stores-milvus
  • python312Packages.llama-index-vector-stores-milvus.dist
  • python312Packages.llama-index-vector-stores-postgres
  • python312Packages.llama-index-vector-stores-postgres.dist
  • python312Packages.llama-index-vector-stores-qdrant
  • python312Packages.llama-index-vector-stores-qdrant.dist
  • python312Packages.llama-index.dist
  • python312Packages.llama-parse
  • python312Packages.llama-parse.dist
  • python312Packages.marimo
  • python312Packages.marimo.dist
  • python312Packages.meshtastic
  • python312Packages.meshtastic.dist
  • python312Packages.mlcroissant
  • python312Packages.mlcroissant.dist
  • python312Packages.msticpy
  • python312Packages.msticpy.dist
  • python312Packages.narwhals
  • python312Packages.narwhals.dist
  • python312Packages.nbsmoke
  • python312Packages.nbsmoke.dist
  • python312Packages.neurokit2
  • python312Packages.neurokit2.dist
  • python312Packages.niaarm
  • python312Packages.niaarm.dist
  • python312Packages.nipype
  • python312Packages.nipype.dist
  • python312Packages.niworkflows
  • python312Packages.niworkflows.dist
  • python312Packages.optuna
  • python312Packages.optuna-dashboard
  • python312Packages.optuna-dashboard.dist
  • python312Packages.optuna.dist
  • python312Packages.pandantic
  • python312Packages.pandantic.dist
  • python312Packages.pandas-stubs
  • python312Packages.pandas-stubs.dist
  • python312Packages.pandera
  • python312Packages.pandera.dist
  • python312Packages.panel
  • python312Packages.panel.dist
  • python312Packages.pdfplumber
  • python312Packages.pdfplumber.dist
  • python312Packages.piano-transcription-inference
  • python312Packages.piano-transcription-inference.dist
  • python312Packages.plopp
  • python312Packages.plopp.dist
  • python312Packages.plotly
  • python312Packages.plotly.dist
  • python312Packages.pyannote-audio
  • python312Packages.pyannote-audio.dist
  • python312Packages.pyannote-pipeline
  • python312Packages.pyannote-pipeline.dist
  • python312Packages.pybids
  • python312Packages.pybids.dist
  • python312Packages.pylance
  • python312Packages.pylance.dist
  • python312Packages.pymatgen
  • python312Packages.pymatgen.dist
  • python312Packages.pyreadstat
  • python312Packages.pyreadstat.dist
  • python312Packages.reflex
  • python312Packages.reflex-chakra
  • python312Packages.reflex-chakra.dist
  • python312Packages.reflex.dist
  • python312Packages.resampy
  • python312Packages.resampy.dist
  • python312Packages.sasmodels
  • python312Packages.sasmodels.dist
  • python312Packages.shiny
  • python312Packages.shiny.dist
  • python312Packages.skops
  • python312Packages.skops.dist
  • python312Packages.skrl
  • python312Packages.skrl.dist
  • python312Packages.skytemple-dtef
  • python312Packages.skytemple-dtef.dist
  • python312Packages.skytemple-files
  • python312Packages.skytemple-files.dist
  • python312Packages.skytemple-ssb-debugger
  • python312Packages.skytemple-ssb-debugger.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.spacy
  • python312Packages.spacy-curated-transformers
  • python312Packages.spacy-curated-transformers.dist
  • python312Packages.spacy-loggers
  • python312Packages.spacy-loggers.dist
  • python312Packages.spacy-lookups-data
  • python312Packages.spacy-lookups-data.dist
  • python312Packages.spacy-transformers
  • python312Packages.spacy-transformers.dist
  • python312Packages.spacy.dist
  • python312Packages.sqlframe
  • python312Packages.sqlframe.dist
  • python312Packages.sqlglot
  • python312Packages.sqlglot.dist
  • python312Packages.st-pages
  • python312Packages.st-pages.dist
  • python312Packages.streamlit
  • python312Packages.streamlit.dist
  • python312Packages.sumo
  • python312Packages.sumo.dist
  • python312Packages.svgdigitizer
  • python312Packages.svgdigitizer.dist
  • python312Packages.synergy
  • python312Packages.synergy.dist
  • python312Packages.templateflow
  • python312Packages.templateflow.dist
  • python312Packages.textacy
  • python312Packages.textacy.dist
  • python312Packages.textnets
  • python312Packages.textnets.dist
  • python312Packages.torch-audiomentations
  • python312Packages.torch-audiomentations.dist
  • python312Packages.torchcrepe
  • python312Packages.torchcrepe.dist
  • python312Packages.torchlibrosa
  • python312Packages.torchlibrosa.dist
  • python312Packages.txtai
  • python312Packages.txtai.dist
  • python312Packages.vega
  • python312Packages.vega.dist
  • python312Packages.wacz
  • python312Packages.wacz.dist
  • python312Packages.wandb
  • python312Packages.wandb.dist
  • python312Packages.whisperx
  • python312Packages.whisperx.dist
  • python313Packages.altair
  • python313Packages.altair.dist
  • python313Packages.ax-platform
  • python313Packages.ax-platform.dist
  • python313Packages.backtesting
  • python313Packages.backtesting.dist
  • python313Packages.beetcamp
  • python313Packages.beetcamp.dist
  • python313Packages.bokeh
  • python313Packages.bokeh.dist
  • python313Packages.bumps
  • python313Packages.bumps.dist
  • python313Packages.chart-studio
  • python313Packages.chart-studio.dist
  • python313Packages.coiled
  • python313Packages.coiled.dist
  • python313Packages.compressai
  • python313Packages.compressai.dist
  • python313Packages.dalle-mini
  • python313Packages.dalle-mini.dist
  • python313Packages.dash
  • python313Packages.dash-bootstrap-components
  • python313Packages.dash-bootstrap-components.dist
  • python313Packages.dash-bootstrap-templates
  • python313Packages.dash-bootstrap-templates.dist
  • python313Packages.dash.dist
  • python313Packages.dissect
  • python313Packages.dissect-cobaltstrike
  • python313Packages.dissect-cobaltstrike.dist
  • python313Packages.dissect-target
  • python313Packages.dissect-target.dist
  • python313Packages.dissect.dist
  • python313Packages.duckdb
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.duckdb.dist
  • python313Packages.energyflow
  • python313Packages.energyflow.dist
  • python313Packages.experiment-utilities
  • python313Packages.experiment-utilities.dist
  • python313Packages.explorerscript
  • python313Packages.explorerscript.dist
  • python313Packages.fastai
  • python313Packages.fastai.dist
  • python313Packages.flow-record
  • python313Packages.flow-record.dist
  • python313Packages.formulaic
  • python313Packages.formulaic.dist
  • python313Packages.frictionless
  • python313Packages.frictionless.dist
  • python313Packages.gradio
  • python313Packages.gradio.dist
  • python313Packages.great-tables
  • python313Packages.great-tables.dist
  • python313Packages.heudiconv
  • python313Packages.heudiconv.dist
  • python313Packages.holistic-trace-analysis
  • python313Packages.holistic-trace-analysis.dist
  • python313Packages.holoviews
  • python313Packages.holoviews.dist
  • python313Packages.hvplot
  • python313Packages.hvplot.dist
  • python313Packages.ibis-framework
  • python313Packages.ibis-framework.dist
  • python313Packages.igraph
  • python313Packages.igraph.dist
  • python313Packages.intake
  • python313Packages.intake.dist
  • python313Packages.iplotx
  • python313Packages.iplotx.dist
  • python313Packages.itables
  • python313Packages.itables.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.kmapper
  • python313Packages.kmapper.dist
  • python313Packages.kokoro
  • python313Packages.kokoro.dist
  • python313Packages.lancedb
  • python313Packages.lancedb.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist
  • python313Packages.langchain-experimental
  • python313Packages.langchain-experimental.dist
  • python313Packages.layoutparser
  • python313Packages.layoutparser.dist
  • python313Packages.leidenalg
  • python313Packages.leidenalg.dist
  • python313Packages.lerobot
  • python313Packages.lerobot.dist
  • python313Packages.librosa
  • python313Packages.librosa.dist
  • python313Packages.lida
  • python313Packages.lida.dist
  • python313Packages.lifelines
  • python313Packages.lifelines.dist
  • python313Packages.linearmodels
  • python313Packages.linearmodels.dist
  • python313Packages.livelossplot
  • python313Packages.livelossplot.dist
  • python313Packages.llama-cloud-services
  • python313Packages.llama-cloud-services.dist
  • python313Packages.llama-index
  • python313Packages.llama-index-cli
  • python313Packages.llama-index-cli.dist
  • python313Packages.llama-index-core
  • python313Packages.llama-index-core.dist
  • python313Packages.llama-index-embeddings-gemini
  • python313Packages.llama-index-embeddings-gemini.dist
  • python313Packages.llama-index-embeddings-google
  • python313Packages.llama-index-embeddings-google.dist
  • python313Packages.llama-index-embeddings-huggingface
  • python313Packages.llama-index-embeddings-huggingface.dist
  • python313Packages.llama-index-embeddings-ollama
  • python313Packages.llama-index-embeddings-ollama.dist
  • python313Packages.llama-index-embeddings-openai
  • python313Packages.llama-index-embeddings-openai.dist
  • python313Packages.llama-index-graph-stores-neo4j
  • python313Packages.llama-index-graph-stores-neo4j.dist
  • python313Packages.llama-index-graph-stores-neptune
  • python313Packages.llama-index-graph-stores-neptune.dist
  • python313Packages.llama-index-indices-managed-llama-cloud
  • python313Packages.llama-index-indices-managed-llama-cloud.dist
  • python313Packages.llama-index-legacy
  • python313Packages.llama-index-legacy.dist
  • python313Packages.llama-index-llms-ollama
  • python313Packages.llama-index-llms-ollama.dist
  • python313Packages.llama-index-llms-openai
  • python313Packages.llama-index-llms-openai-like
  • python313Packages.llama-index-llms-openai-like.dist
  • python313Packages.llama-index-llms-openai.dist
  • python313Packages.llama-index-multi-modal-llms-openai
  • python313Packages.llama-index-multi-modal-llms-openai.dist
  • python313Packages.llama-index-node-parser-docling
  • python313Packages.llama-index-node-parser-docling.dist
  • python313Packages.llama-index-readers-database
  • python313Packages.llama-index-readers-database.dist
  • python313Packages.llama-index-readers-file
  • python313Packages.llama-index-readers-file.dist
  • python313Packages.llama-index-readers-json
  • python313Packages.llama-index-readers-json.dist
  • python313Packages.llama-index-readers-llama-parse
  • python313Packages.llama-index-readers-llama-parse.dist
  • python313Packages.llama-index-readers-s3
  • python313Packages.llama-index-readers-s3.dist
  • python313Packages.llama-index-readers-twitter
  • python313Packages.llama-index-readers-twitter.dist
  • python313Packages.llama-index-readers-txtai
  • python313Packages.llama-index-readers-txtai.dist
  • python313Packages.llama-index-readers-weather
  • python313Packages.llama-index-readers-weather.dist
  • python313Packages.llama-index-vector-stores-chroma
  • python313Packages.llama-index-vector-stores-chroma.dist
  • python313Packages.llama-index-vector-stores-google
  • python313Packages.llama-index-vector-stores-google.dist
  • python313Packages.llama-index-vector-stores-milvus
  • python313Packages.llama-index-vector-stores-milvus.dist
  • python313Packages.llama-index-vector-stores-postgres
  • python313Packages.llama-index-vector-stores-postgres.dist
  • python313Packages.llama-index-vector-stores-qdrant
  • python313Packages.llama-index-vector-stores-qdrant.dist
  • python313Packages.llama-index.dist
  • python313Packages.llama-parse
  • python313Packages.llama-parse.dist
  • python313Packages.meshtastic
  • python313Packages.meshtastic.dist
  • python313Packages.mlcroissant
  • python313Packages.mlcroissant.dist
  • python313Packages.msticpy
  • python313Packages.msticpy.dist
  • python313Packages.narwhals
  • python313Packages.narwhals.dist
  • python313Packages.nbsmoke
  • python313Packages.nbsmoke.dist
  • python313Packages.neurokit2
  • python313Packages.neurokit2.dist
  • python313Packages.niaarm
  • python313Packages.niaarm.dist
  • python313Packages.nipype
  • python313Packages.nipype.dist
  • python313Packages.niworkflows
  • python313Packages.niworkflows.dist
  • python313Packages.optuna
  • python313Packages.optuna-dashboard
  • python313Packages.optuna-dashboard.dist
  • python313Packages.optuna.dist
  • python313Packages.pandantic
  • python313Packages.pandantic.dist
  • python313Packages.pandas-stubs
  • python313Packages.pandas-stubs.dist
  • python313Packages.pandera
  • python313Packages.pandera.dist
  • python313Packages.panel
  • python313Packages.panel.dist
  • python313Packages.pdfplumber
  • python313Packages.pdfplumber.dist
  • python313Packages.piano-transcription-inference
  • python313Packages.piano-transcription-inference.dist
  • python313Packages.plopp
  • python313Packages.plopp.dist
  • python313Packages.plotly
  • python313Packages.plotly.dist
  • python313Packages.pyannote-audio
  • python313Packages.pyannote-audio.dist
  • python313Packages.pyannote-pipeline
  • python313Packages.pyannote-pipeline.dist
  • python313Packages.pybids
  • python313Packages.pybids.dist
  • python313Packages.pylance
  • python313Packages.pylance.dist
  • python313Packages.pyreadstat
  • python313Packages.pyreadstat.dist
  • python313Packages.reflex
  • python313Packages.reflex-chakra
  • python313Packages.reflex-chakra.dist
  • python313Packages.reflex.dist
  • python313Packages.resampy
  • python313Packages.resampy.dist
  • python313Packages.sasmodels
  • python313Packages.sasmodels.dist
  • python313Packages.shiny
  • python313Packages.shiny.dist
  • python313Packages.skops
  • python313Packages.skops.dist
  • python313Packages.skrl
  • python313Packages.skrl.dist
  • python313Packages.skytemple-dtef
  • python313Packages.skytemple-dtef.dist
  • python313Packages.skytemple-files
  • python313Packages.skytemple-files.dist
  • python313Packages.skytemple-ssb-debugger
  • python313Packages.skytemple-ssb-debugger.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.spacy
  • python313Packages.spacy-curated-transformers
  • python313Packages.spacy-curated-transformers.dist
  • python313Packages.spacy-loggers
  • python313Packages.spacy-loggers.dist
  • python313Packages.spacy-lookups-data
  • python313Packages.spacy-lookups-data.dist
  • python313Packages.spacy-transformers
  • python313Packages.spacy-transformers.dist
  • python313Packages.spacy.dist
  • python313Packages.sqlframe
  • python313Packages.sqlframe.dist
  • python313Packages.sqlglot
  • python313Packages.sqlglot.dist
  • python313Packages.st-pages
  • python313Packages.st-pages.dist
  • streamlit (python313Packages.streamlit)
  • streamlit.dist (python313Packages.streamlit.dist)
  • python313Packages.svgdigitizer
  • python313Packages.svgdigitizer.dist
  • python313Packages.synergy
  • python313Packages.synergy.dist
  • python313Packages.templateflow
  • python313Packages.templateflow.dist
  • python313Packages.textacy
  • python313Packages.textacy.dist
  • python313Packages.torch-audiomentations
  • python313Packages.torch-audiomentations.dist
  • python313Packages.torchcrepe
  • python313Packages.torchcrepe.dist
  • python313Packages.torchlibrosa
  • python313Packages.torchlibrosa.dist
  • python313Packages.txtai
  • python313Packages.txtai.dist
  • python313Packages.vega
  • python313Packages.vega.dist
  • python313Packages.wacz
  • python313Packages.wacz.dist
  • python313Packages.wandb
  • python313Packages.wandb.dist
  • whisperx (python313Packages.whisperx)
  • whisperx.dist (python313Packages.whisperx.dist)
  • quark-engine
  • quark-engine.dist
  • supergee
  • theharvester
  • theharvester.dist
  • tocpdf
  • tocpdf.dist
  • vimPlugins.nvim-dbee
  • whisper-ctranslate2
  • whisper-ctranslate2.dist
  • wyoming-piper
  • wyoming-piper.dist

Copy link
Member

@cameronraysmith cameronraysmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#444225 (comment)
#444225 (comment)

provisionally pending successful builds on other platforms

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Oct 23, 2025
@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 444225
Commit: 78b67e628929f227d0f3e81b703f24a7ae08e9bf


x86_64-linux

⏩ 2 packages marked as broken and skipped:
  • picosnitch
  • picosnitch.dist
❌ 6 packages failed to build:
  • python312Packages.fmpy
  • python312Packages.fmpy.dist
  • python313Packages.fmpy
  • python313Packages.fmpy.dist
  • skytemple
  • skytemple.dist
✅ 663 packages built:
  • acquire (python313Packages.acquire)
  • acquire.dist (python313Packages.acquire.dist)
  • aider-chat-full
  • aider-chat-full.dist
  • aider-chat-with-browser
  • aider-chat-with-browser.dist
  • aider-chat-with-help
  • aider-chat-with-help.dist
  • alpaca
  • apkleaks
  • apkleaks.dist
  • azure-cli-extensions.rdbms-connect
  • azure-cli-extensions.rdbms-connect.dist
  • beets (beetsPackages.beets, beetsPackages.beets-stable, python313Packages.beets)
  • beets.dist (beetsPackages.beets-stable.dist, beetsPackages.beets.dist, python313Packages.beets.dist)
  • beets.doc (beetsPackages.beets-stable.doc, beetsPackages.beets.doc, python313Packages.beets.doc)
  • beets.man (beetsPackages.beets-stable.man, beetsPackages.beets.man, python313Packages.beets.man)
  • calibre
  • checkov
  • checkov.dist
  • contact
  • contact.dist
  • crewai (python313Packages.crewai)
  • crewai.dist (python313Packages.crewai.dist)
  • cve-bin-tool
  • cve-bin-tool.dist
  • das
  • das.dist
  • deeptools
  • deeptools.dist
  • duckdb
  • duckdb.dev
  • duckdb.lib
  • exo
  • exo.dist
  • flattenReferencesGraph
  • flattenReferencesGraph.dist
  • harlequin
  • harlequin.dist
  • hp2p
  • jadx
  • marimo (python313Packages.marimo)
  • marimo.dist (python313Packages.marimo.dist)
  • multiqc
  • multiqc.dist
  • mycli
  • mycli.dist
  • newelle
  • open-webui
  • open-webui.dist
  • pianotrans
  • pianotrans.dist
  • piper-tts
  • piper-tts.dist
  • pitivi
  • prowler
  • prowler.dist
  • py-wacz (python313Packages.wacz)
  • py-wacz.dist (python313Packages.wacz.dist)
  • python312Packages.altair
  • python312Packages.altair.dist
  • python312Packages.ax-platform
  • python312Packages.ax-platform.dist
  • python312Packages.backtesting
  • python312Packages.backtesting.dist
  • python312Packages.beetcamp
  • python312Packages.beetcamp.dist
  • python312Packages.beets
  • python312Packages.beets.dist
  • python312Packages.beets.doc
  • python312Packages.beets.man
  • python312Packages.bokeh
  • python312Packages.bokeh.dist
  • python312Packages.bumps
  • python312Packages.bumps.dist
  • python312Packages.chart-studio
  • python312Packages.chart-studio.dist
  • python312Packages.coiled
  • python312Packages.coiled.dist
  • python312Packages.compressai
  • python312Packages.compressai.dist
  • python312Packages.crewai
  • python312Packages.crewai.dist
  • python312Packages.dalle-mini
  • python312Packages.dalle-mini.dist
  • python312Packages.dash
  • python312Packages.dash-bootstrap-components
  • python312Packages.dash-bootstrap-components.dist
  • python312Packages.dash-bootstrap-templates
  • python312Packages.dash-bootstrap-templates.dist
  • python312Packages.dash.dist
  • python312Packages.dissect-cobaltstrike
  • python312Packages.dissect-cobaltstrike.dist
  • python312Packages.dm-sonnet
  • python312Packages.dm-sonnet.dist
  • python312Packages.duckdb
  • python312Packages.duckdb-engine
  • python312Packages.duckdb-engine.dist
  • python312Packages.duckdb.dist
  • python312Packages.energyflow
  • python312Packages.energyflow.dist
  • python312Packages.experiment-utilities
  • python312Packages.experiment-utilities.dist
  • python312Packages.explorerscript
  • python312Packages.explorerscript.dist
  • python312Packages.fastai
  • python312Packages.fastai.dist
  • python312Packages.flow-record
  • python312Packages.flow-record.dist
  • python312Packages.formulaic
  • python312Packages.formulaic.dist
  • python312Packages.frictionless
  • python312Packages.frictionless.dist
  • python312Packages.gradio
  • python312Packages.gradio.dist
  • python312Packages.great-tables
  • python312Packages.great-tables.dist
  • python312Packages.heudiconv
  • python312Packages.heudiconv.dist
  • python312Packages.holistic-trace-analysis
  • python312Packages.holistic-trace-analysis.dist
  • python312Packages.holoviews
  • python312Packages.holoviews.dist
  • python312Packages.hvplot
  • python312Packages.hvplot.dist
  • python312Packages.ibis-framework
  • python312Packages.ibis-framework.dist
  • python312Packages.igraph
  • python312Packages.igraph.dist
  • python312Packages.intake
  • python312Packages.intake.dist
  • python312Packages.iplotx
  • python312Packages.iplotx.dist
  • python312Packages.itables
  • python312Packages.itables.dist
  • python312Packages.jupysql
  • python312Packages.jupysql.dist
  • python312Packages.k-diffusion
  • python312Packages.k-diffusion.dist
  • python312Packages.kmapper
  • python312Packages.kmapper.dist
  • python312Packages.kokoro
  • python312Packages.kokoro.dist
  • python312Packages.lancedb
  • python312Packages.lancedb.dist
  • python312Packages.langchain-community
  • python312Packages.langchain-community.dist
  • python312Packages.langchain-experimental
  • python312Packages.langchain-experimental.dist
  • python312Packages.layoutparser
  • python312Packages.layoutparser.dist
  • python312Packages.leidenalg
  • python312Packages.leidenalg.dist
  • python312Packages.lerobot
  • python312Packages.lerobot.dist
  • python312Packages.librosa
  • python312Packages.librosa.dist
  • python312Packages.lida
  • python312Packages.lida.dist
  • python312Packages.lifelines
  • python312Packages.lifelines.dist
  • python312Packages.linearmodels
  • python312Packages.linearmodels.dist
  • python312Packages.livelossplot
  • python312Packages.livelossplot.dist
  • python312Packages.llama-cloud-services
  • python312Packages.llama-cloud-services.dist
  • python312Packages.llama-index
  • python312Packages.llama-index-cli
  • python312Packages.llama-index-cli.dist
  • python312Packages.llama-index-core
  • python312Packages.llama-index-core.dist
  • python312Packages.llama-index-embeddings-gemini
  • python312Packages.llama-index-embeddings-gemini.dist
  • python312Packages.llama-index-embeddings-google
  • python312Packages.llama-index-embeddings-google.dist
  • python312Packages.llama-index-embeddings-huggingface
  • python312Packages.llama-index-embeddings-huggingface.dist
  • python312Packages.llama-index-embeddings-ollama
  • python312Packages.llama-index-embeddings-ollama.dist
  • python312Packages.llama-index-embeddings-openai
  • python312Packages.llama-index-embeddings-openai.dist
  • python312Packages.llama-index-graph-stores-nebula
  • python312Packages.llama-index-graph-stores-nebula.dist
  • python312Packages.llama-index-graph-stores-neo4j
  • python312Packages.llama-index-graph-stores-neo4j.dist
  • python312Packages.llama-index-graph-stores-neptune
  • python312Packages.llama-index-graph-stores-neptune.dist
  • python312Packages.llama-index-indices-managed-llama-cloud
  • python312Packages.llama-index-indices-managed-llama-cloud.dist
  • python312Packages.llama-index-legacy
  • python312Packages.llama-index-legacy.dist
  • python312Packages.llama-index-llms-ollama
  • python312Packages.llama-index-llms-ollama.dist
  • python312Packages.llama-index-llms-openai
  • python312Packages.llama-index-llms-openai-like
  • python312Packages.llama-index-llms-openai-like.dist
  • python312Packages.llama-index-llms-openai.dist
  • python312Packages.llama-index-multi-modal-llms-openai
  • python312Packages.llama-index-multi-modal-llms-openai.dist
  • python312Packages.llama-index-node-parser-docling
  • python312Packages.llama-index-node-parser-docling.dist
  • python312Packages.llama-index-readers-database
  • python312Packages.llama-index-readers-database.dist
  • python312Packages.llama-index-readers-file
  • python312Packages.llama-index-readers-file.dist
  • python312Packages.llama-index-readers-json
  • python312Packages.llama-index-readers-json.dist
  • python312Packages.llama-index-readers-llama-parse
  • python312Packages.llama-index-readers-llama-parse.dist
  • python312Packages.llama-index-readers-s3
  • python312Packages.llama-index-readers-s3.dist
  • python312Packages.llama-index-readers-twitter
  • python312Packages.llama-index-readers-twitter.dist
  • python312Packages.llama-index-readers-txtai
  • python312Packages.llama-index-readers-txtai.dist
  • python312Packages.llama-index-readers-weather
  • python312Packages.llama-index-readers-weather.dist
  • python312Packages.llama-index-vector-stores-chroma
  • python312Packages.llama-index-vector-stores-chroma.dist
  • python312Packages.llama-index-vector-stores-google
  • python312Packages.llama-index-vector-stores-google.dist
  • python312Packages.llama-index-vector-stores-milvus
  • python312Packages.llama-index-vector-stores-milvus.dist
  • python312Packages.llama-index-vector-stores-postgres
  • python312Packages.llama-index-vector-stores-postgres.dist
  • python312Packages.llama-index-vector-stores-qdrant
  • python312Packages.llama-index-vector-stores-qdrant.dist
  • python312Packages.llama-index.dist
  • python312Packages.llama-parse
  • python312Packages.llama-parse.dist
  • python312Packages.marimo
  • python312Packages.marimo.dist
  • python312Packages.meshtastic
  • python312Packages.meshtastic.dist
  • python312Packages.mlcroissant
  • python312Packages.mlcroissant.dist
  • python312Packages.msticpy
  • python312Packages.msticpy.dist
  • python312Packages.narwhals
  • python312Packages.narwhals.dist
  • python312Packages.nbsmoke
  • python312Packages.nbsmoke.dist
  • python312Packages.neurokit2
  • python312Packages.neurokit2.dist
  • python312Packages.niaarm
  • python312Packages.niaarm.dist
  • python312Packages.nipype
  • python312Packages.nipype.dist
  • python312Packages.niworkflows
  • python312Packages.niworkflows.dist
  • python312Packages.optuna
  • python312Packages.optuna-dashboard
  • python312Packages.optuna-dashboard.dist
  • python312Packages.optuna.dist
  • python312Packages.pandantic
  • python312Packages.pandantic.dist
  • python312Packages.pandas-stubs
  • python312Packages.pandas-stubs.dist
  • python312Packages.pandera
  • python312Packages.pandera.dist
  • python312Packages.panel
  • python312Packages.panel.dist
  • python312Packages.pdfplumber
  • python312Packages.pdfplumber.dist
  • python312Packages.piano-transcription-inference
  • python312Packages.piano-transcription-inference.dist
  • python312Packages.plopp
  • python312Packages.plopp.dist
  • python312Packages.plotly
  • python312Packages.plotly.dist
  • python312Packages.pyannote-audio
  • python312Packages.pyannote-audio.dist
  • python312Packages.pyannote-pipeline
  • python312Packages.pyannote-pipeline.dist
  • python312Packages.pybids
  • python312Packages.pybids.dist
  • python312Packages.pylance
  • python312Packages.pylance.dist
  • python312Packages.pymatgen
  • python312Packages.pymatgen.dist
  • python312Packages.pyreadstat
  • python312Packages.pyreadstat.dist
  • python312Packages.reflex
  • python312Packages.reflex-chakra
  • python312Packages.reflex-chakra.dist
  • python312Packages.reflex.dist
  • python312Packages.resampy
  • python312Packages.resampy.dist
  • python312Packages.sasmodels
  • python312Packages.sasmodels.dist
  • python312Packages.scikit-tda
  • python312Packages.scikit-tda.dist
  • python312Packages.shiny
  • python312Packages.shiny.dist
  • python312Packages.skops
  • python312Packages.skops.dist
  • python312Packages.skrl
  • python312Packages.skrl.dist
  • python312Packages.skytemple-dtef
  • python312Packages.skytemple-dtef.dist
  • python312Packages.skytemple-files
  • python312Packages.skytemple-files.dist
  • python312Packages.skytemple-ssb-debugger
  • python312Packages.skytemple-ssb-debugger.dist
  • python312Packages.smolagents
  • python312Packages.smolagents.dist
  • python312Packages.spacy
  • python312Packages.spacy-curated-transformers
  • python312Packages.spacy-curated-transformers.dist
  • python312Packages.spacy-loggers
  • python312Packages.spacy-loggers.dist
  • python312Packages.spacy-lookups-data
  • python312Packages.spacy-lookups-data.dist
  • python312Packages.spacy-transformers
  • python312Packages.spacy-transformers.dist
  • python312Packages.spacy.dist
  • python312Packages.sqlframe
  • python312Packages.sqlframe.dist
  • python312Packages.sqlglot
  • python312Packages.sqlglot.dist
  • python312Packages.st-pages
  • python312Packages.st-pages.dist
  • python312Packages.streamlit
  • python312Packages.streamlit.dist
  • python312Packages.sumo
  • python312Packages.sumo.dist
  • python312Packages.svgdigitizer
  • python312Packages.svgdigitizer.dist
  • python312Packages.synergy
  • python312Packages.synergy.dist
  • python312Packages.templateflow
  • python312Packages.templateflow.dist
  • python312Packages.tensorflow-datasets
  • python312Packages.tensorflow-datasets.dist
  • python312Packages.textacy
  • python312Packages.textacy.dist
  • python312Packages.textnets
  • python312Packages.textnets.dist
  • python312Packages.tinygrad
  • python312Packages.tinygrad.dist
  • python312Packages.torch-audiomentations
  • python312Packages.torch-audiomentations.dist
  • python312Packages.torchcrepe
  • python312Packages.torchcrepe.dist
  • python312Packages.torchlibrosa
  • python312Packages.torchlibrosa.dist
  • python312Packages.txtai
  • python312Packages.txtai.dist
  • python312Packages.unstructured-inference
  • python312Packages.unstructured-inference.dist
  • python312Packages.vega
  • python312Packages.vega.dist
  • python312Packages.wacz
  • python312Packages.wacz.dist
  • python312Packages.wandb
  • python312Packages.wandb.dist
  • python312Packages.whisperx
  • python312Packages.whisperx.dist
  • python313Packages.altair
  • python313Packages.altair.dist
  • python313Packages.ax-platform
  • python313Packages.ax-platform.dist
  • python313Packages.backtesting
  • python313Packages.backtesting.dist
  • python313Packages.beetcamp
  • python313Packages.beetcamp.dist
  • python313Packages.bokeh
  • python313Packages.bokeh.dist
  • python313Packages.bumps
  • python313Packages.bumps.dist
  • python313Packages.chart-studio
  • python313Packages.chart-studio.dist
  • python313Packages.coiled
  • python313Packages.coiled.dist
  • python313Packages.compressai
  • python313Packages.compressai.dist
  • python313Packages.dalle-mini
  • python313Packages.dalle-mini.dist
  • python313Packages.dash
  • python313Packages.dash-bootstrap-components
  • python313Packages.dash-bootstrap-components.dist
  • python313Packages.dash-bootstrap-templates
  • python313Packages.dash-bootstrap-templates.dist
  • python313Packages.dash.dist
  • python313Packages.dissect
  • python313Packages.dissect-cobaltstrike
  • python313Packages.dissect-cobaltstrike.dist
  • python313Packages.dissect-target
  • python313Packages.dissect-target.dist
  • python313Packages.dissect.dist
  • python313Packages.dm-sonnet
  • python313Packages.dm-sonnet.dist
  • python313Packages.duckdb
  • python313Packages.duckdb-engine
  • python313Packages.duckdb-engine.dist
  • python313Packages.duckdb.dist
  • python313Packages.energyflow
  • python313Packages.energyflow.dist
  • python313Packages.experiment-utilities
  • python313Packages.experiment-utilities.dist
  • python313Packages.explorerscript
  • python313Packages.explorerscript.dist
  • python313Packages.fastai
  • python313Packages.fastai.dist
  • python313Packages.flow-record
  • python313Packages.flow-record.dist
  • python313Packages.formulaic
  • python313Packages.formulaic.dist
  • python313Packages.frictionless
  • python313Packages.frictionless.dist
  • python313Packages.gradio
  • python313Packages.gradio.dist
  • python313Packages.great-tables
  • python313Packages.great-tables.dist
  • python313Packages.heudiconv
  • python313Packages.heudiconv.dist
  • python313Packages.holistic-trace-analysis
  • python313Packages.holistic-trace-analysis.dist
  • python313Packages.holoviews
  • python313Packages.holoviews.dist
  • python313Packages.hvplot
  • python313Packages.hvplot.dist
  • python313Packages.ibis-framework
  • python313Packages.ibis-framework.dist
  • python313Packages.igraph
  • python313Packages.igraph.dist
  • python313Packages.intake
  • python313Packages.intake.dist
  • python313Packages.iplotx
  • python313Packages.iplotx.dist
  • python313Packages.itables
  • python313Packages.itables.dist
  • python313Packages.jupysql
  • python313Packages.jupysql.dist
  • python313Packages.k-diffusion
  • python313Packages.k-diffusion.dist
  • python313Packages.kmapper
  • python313Packages.kmapper.dist
  • python313Packages.kokoro
  • python313Packages.kokoro.dist
  • python313Packages.lancedb
  • python313Packages.lancedb.dist
  • python313Packages.langchain-community
  • python313Packages.langchain-community.dist
  • python313Packages.langchain-experimental
  • python313Packages.langchain-experimental.dist
  • python313Packages.layoutparser
  • python313Packages.layoutparser.dist
  • python313Packages.leidenalg
  • python313Packages.leidenalg.dist
  • python313Packages.lerobot
  • python313Packages.lerobot.dist
  • python313Packages.librosa
  • python313Packages.librosa.dist
  • python313Packages.lida
  • python313Packages.lida.dist
  • python313Packages.lifelines
  • python313Packages.lifelines.dist
  • python313Packages.linearmodels
  • python313Packages.linearmodels.dist
  • python313Packages.livelossplot
  • python313Packages.livelossplot.dist
  • python313Packages.llama-cloud-services
  • python313Packages.llama-cloud-services.dist
  • python313Packages.llama-index
  • python313Packages.llama-index-cli
  • python313Packages.llama-index-cli.dist
  • python313Packages.llama-index-core
  • python313Packages.llama-index-core.dist
  • python313Packages.llama-index-embeddings-gemini
  • python313Packages.llama-index-embeddings-gemini.dist
  • python313Packages.llama-index-embeddings-google
  • python313Packages.llama-index-embeddings-google.dist
  • python313Packages.llama-index-embeddings-huggingface
  • python313Packages.llama-index-embeddings-huggingface.dist
  • python313Packages.llama-index-embeddings-ollama
  • python313Packages.llama-index-embeddings-ollama.dist
  • python313Packages.llama-index-embeddings-openai
  • python313Packages.llama-index-embeddings-openai.dist
  • python313Packages.llama-index-graph-stores-neo4j
  • python313Packages.llama-index-graph-stores-neo4j.dist
  • python313Packages.llama-index-graph-stores-neptune
  • python313Packages.llama-index-graph-stores-neptune.dist
  • python313Packages.llama-index-indices-managed-llama-cloud
  • python313Packages.llama-index-indices-managed-llama-cloud.dist
  • python313Packages.llama-index-legacy
  • python313Packages.llama-index-legacy.dist
  • python313Packages.llama-index-llms-ollama
  • python313Packages.llama-index-llms-ollama.dist
  • python313Packages.llama-index-llms-openai
  • python313Packages.llama-index-llms-openai-like
  • python313Packages.llama-index-llms-openai-like.dist
  • python313Packages.llama-index-llms-openai.dist
  • python313Packages.llama-index-multi-modal-llms-openai
  • python313Packages.llama-index-multi-modal-llms-openai.dist
  • python313Packages.llama-index-node-parser-docling
  • python313Packages.llama-index-node-parser-docling.dist
  • python313Packages.llama-index-readers-database
  • python313Packages.llama-index-readers-database.dist
  • python313Packages.llama-index-readers-file
  • python313Packages.llama-index-readers-file.dist
  • python313Packages.llama-index-readers-json
  • python313Packages.llama-index-readers-json.dist
  • python313Packages.llama-index-readers-llama-parse
  • python313Packages.llama-index-readers-llama-parse.dist
  • python313Packages.llama-index-readers-s3
  • python313Packages.llama-index-readers-s3.dist
  • python313Packages.llama-index-readers-twitter
  • python313Packages.llama-index-readers-twitter.dist
  • python313Packages.llama-index-readers-txtai
  • python313Packages.llama-index-readers-txtai.dist
  • python313Packages.llama-index-readers-weather
  • python313Packages.llama-index-readers-weather.dist
  • python313Packages.llama-index-vector-stores-chroma
  • python313Packages.llama-index-vector-stores-chroma.dist
  • python313Packages.llama-index-vector-stores-google
  • python313Packages.llama-index-vector-stores-google.dist
  • python313Packages.llama-index-vector-stores-milvus
  • python313Packages.llama-index-vector-stores-milvus.dist
  • python313Packages.llama-index-vector-stores-postgres
  • python313Packages.llama-index-vector-stores-postgres.dist
  • python313Packages.llama-index-vector-stores-qdrant
  • python313Packages.llama-index-vector-stores-qdrant.dist
  • python313Packages.llama-index.dist
  • python313Packages.llama-parse
  • python313Packages.llama-parse.dist
  • python313Packages.meshtastic
  • python313Packages.meshtastic.dist
  • python313Packages.mlcroissant
  • python313Packages.mlcroissant.dist
  • python313Packages.msticpy
  • python313Packages.msticpy.dist
  • python313Packages.narwhals
  • python313Packages.narwhals.dist
  • python313Packages.nbsmoke
  • python313Packages.nbsmoke.dist
  • python313Packages.neurokit2
  • python313Packages.neurokit2.dist
  • python313Packages.niaarm
  • python313Packages.niaarm.dist
  • python313Packages.nipype
  • python313Packages.nipype.dist
  • python313Packages.niworkflows
  • python313Packages.niworkflows.dist
  • python313Packages.optuna
  • python313Packages.optuna-dashboard
  • python313Packages.optuna-dashboard.dist
  • python313Packages.optuna.dist
  • python313Packages.pandantic
  • python313Packages.pandantic.dist
  • python313Packages.pandas-stubs
  • python313Packages.pandas-stubs.dist
  • python313Packages.pandera
  • python313Packages.pandera.dist
  • python313Packages.panel
  • python313Packages.panel.dist
  • python313Packages.pdfplumber
  • python313Packages.pdfplumber.dist
  • python313Packages.piano-transcription-inference
  • python313Packages.piano-transcription-inference.dist
  • python313Packages.plopp
  • python313Packages.plopp.dist
  • python313Packages.plotly
  • python313Packages.plotly.dist
  • python313Packages.pyannote-audio
  • python313Packages.pyannote-audio.dist
  • python313Packages.pyannote-pipeline
  • python313Packages.pyannote-pipeline.dist
  • python313Packages.pybids
  • python313Packages.pybids.dist
  • python313Packages.pylance
  • python313Packages.pylance.dist
  • python313Packages.pyreadstat
  • python313Packages.pyreadstat.dist
  • python313Packages.reflex
  • python313Packages.reflex-chakra
  • python313Packages.reflex-chakra.dist
  • python313Packages.reflex.dist
  • python313Packages.resampy
  • python313Packages.resampy.dist
  • python313Packages.sasmodels
  • python313Packages.sasmodels.dist
  • python313Packages.scikit-tda
  • python313Packages.scikit-tda.dist
  • python313Packages.shiny
  • python313Packages.shiny.dist
  • python313Packages.skops
  • python313Packages.skops.dist
  • python313Packages.skrl
  • python313Packages.skrl.dist
  • python313Packages.skytemple-dtef
  • python313Packages.skytemple-dtef.dist
  • python313Packages.skytemple-files
  • python313Packages.skytemple-files.dist
  • python313Packages.skytemple-ssb-debugger
  • python313Packages.skytemple-ssb-debugger.dist
  • python313Packages.smolagents
  • python313Packages.smolagents.dist
  • python313Packages.spacy
  • python313Packages.spacy-curated-transformers
  • python313Packages.spacy-curated-transformers.dist
  • python313Packages.spacy-loggers
  • python313Packages.spacy-loggers.dist
  • python313Packages.spacy-lookups-data
  • python313Packages.spacy-lookups-data.dist
  • python313Packages.spacy-transformers
  • python313Packages.spacy-transformers.dist
  • python313Packages.spacy.dist
  • python313Packages.sqlframe
  • python313Packages.sqlframe.dist
  • python313Packages.sqlglot
  • python313Packages.sqlglot.dist
  • python313Packages.st-pages
  • python313Packages.st-pages.dist
  • streamlit (python313Packages.streamlit)
  • streamlit.dist (python313Packages.streamlit.dist)
  • python313Packages.svgdigitizer
  • python313Packages.svgdigitizer.dist
  • python313Packages.synergy
  • python313Packages.synergy.dist
  • python313Packages.templateflow
  • python313Packages.templateflow.dist
  • python313Packages.tensorflow-datasets
  • python313Packages.tensorflow-datasets.dist
  • python313Packages.textacy
  • python313Packages.textacy.dist
  • python313Packages.tinygrad
  • python313Packages.tinygrad.dist
  • python313Packages.torch-audiomentations
  • python313Packages.torch-audiomentations.dist
  • python313Packages.torchcrepe
  • python313Packages.torchcrepe.dist
  • python313Packages.torchlibrosa
  • python313Packages.torchlibrosa.dist
  • python313Packages.txtai
  • python313Packages.txtai.dist
  • python313Packages.unstructured-inference
  • python313Packages.unstructured-inference.dist
  • python313Packages.vega
  • python313Packages.vega.dist
  • python313Packages.wandb
  • python313Packages.wandb.dist
  • whisperx (python313Packages.whisperx)
  • whisperx.dist (python313Packages.whisperx.dist)
  • quark-engine
  • quark-engine.dist
  • rembg
  • rembg.dist
  • supergee
  • theharvester
  • theharvester.dist
  • tocpdf
  • tocpdf.dist
  • tts
  • tts.dist
  • unbook
  • unstructured-api
  • vimPlugins.nvim-dbee
  • whisper-ctranslate2
  • whisper-ctranslate2.dist
  • wyoming-piper
  • wyoming-piper.dist

@onnimonni onnimonni changed the title duckdb: 1.3.2 -> 1.4.1 duckdb: 1.3.2 -> 1.4.1; python3Packages.duckdb: 1.3.2 -> 1.4.1; python3Packages.{sqlglot,narwhals,frictionless}: fixes Oct 23, 2025
Copy link
Member

@cameronraysmith cameronraysmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cameronraysmith cameronraysmith removed the 12.approvals: 1 This PR was reviewed and approved by one person. label Oct 23, 2025
@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Oct 23, 2025
Copy link
Contributor

@GaetanLepage GaetanLepage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this is ready to be merged.

@cameronraysmith
Copy link
Member

Agreed.

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Oct 23, 2025
@SuperSandro2000 SuperSandro2000 added this pull request to the merge queue Oct 23, 2025
Merged via the queue into NixOS:master with commit 43256d9 Oct 23, 2025
30 of 34 checks passed
Comment on lines +40 to +43
# patch cmake to ignore absence of git submodule copy of duckdb
substituteInPlace cmake/duckdb_loader.cmake \
--replace-fail '"''${CMAKE_CURRENT_SOURCE_DIR}/external/duckdb"' \
'"${duckdb.src}"'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be simpler to replace external/duckdb with a symlink to duckdb.src?

# The build depends on a duckdb git submodule
rm external/duckdb
ln -s ${duckdb.src} external/duckdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants