!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

290 Members
CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda58 Servers

Load older messages


SenderMessageTime
25 Oct 2025
@daniel-fahey:matrix.orgDaniel FaheyDuckDuckGo was better at searching the Discouse, heh, https://discourse.nixos.org/t/nix-flox-nvidia-opening-up-cuda-redistribution-on-nix/6918923:02:41
@connorbaker:matrix.orgconnor (he/him) asa: only the 10-series are available without a login.
They also don't publish the URLs anywhere public except on their TensorRT OSS repo (only for current releases). You can see the URLs for previous releases assuming you log in to NVIDIA's website.
See https://github.com/NixOS/nixpkgs/pull/437723; I've got a helper bash script which can be used to generate a manifest file similar to what NVIDIA provides for their other binary archives.
23:03:12
@connorbaker:matrix.orgconnor (he/him)As for having only x86_64-linux releases -- that's mostly been because releases for Jetson were few and far in between and I don't have access to hopper or blackwell to verify ARM releases function correctly23:04:10
@connorbaker:matrix.orgconnor (he/him)As I'm working on https://github.com/nixos-cuda/cuda-legacy/pull/1 I'll be making manifests for older versions of TensorRT available publicly23:06:27
@angleangleside:matrix.orgasaoh i see do the arm builds only run on jetsons?23:06:38
@daniel-fahey:matrix.orgDaniel Fahey* https://developer.nvidia.com/blog/developers-can-now-get-cuda-directly-from-their-favorite-third-party-platforms/23:06:55
@daniel-fahey:matrix.orgDaniel Fahey* https://discourse.nixos.org/t/nix-flox-nvidia-opening-up-cuda-redistribution-on-nix/6918923:07:01
@angleangleside:matrix.orgasaalso this is very useful thanks, i didn't know something like cuda-legacy existed23:08:50
@connorbaker:matrix.orgconnor (he/him) NVIDIA has historically published two "arm" builds: linux-sbsa and linux-aarch64. These both map to Nixpkgs' aarch64-linux platform, but linux-sbsa is for server-grade ARM and linux-aarch64 for Jetsons.
Going forward, it seems new Jetson devices will also use linux-sbsa (e.g., the Jetson Thor). It remains to be seen whether older Jetson devices will be supported on CUDA 13.
23:09:20
@connorbaker:matrix.orgconnor (he/him)It's still very much a work in progress and best-effort, so beware 👻23:10:04
@daniel-fahey:matrix.orgDaniel Fahey

After diffing the inputDrvs

diff <(nix derivation show --impure -I nixpkgs=https://github.com/daniel-fahey/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/daniel-fahey/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
37c37
< zv7b6x3i1k6vgmlx4ll74a676znpp19l-python3.13-outlines-1.2.3.drv
---
> b0yp229czgvgsxay9vw8mq0xraa0w94l-python3.13-outlines-1.2.3.drv
23:17:03
@daniel-fahey:matrix.orgDaniel Fahey *

After diffing the inputDrvs

$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
37c37
< zv7b6x3i1k6vgmlx4ll74a676znpp19l-python3.13-outlines-1.2.3.drv
---
> b0yp229czgvgsxay9vw8mq0xraa0w94l-python3.13-outlines-1.2.3.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
15c15
< fcsb1iizwb50wiag876xzj9kpd8vpa9s-python3.13-jax-0.8.0.drv
---
> 2vxlyjm486swfp89iwsacyx52rslq4xj-python3.13-jax-0.8.0.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
0a1
> 521737jxrb1akanvm7df9zmx3236rwc6-af5c211d49f3b99447db2252d2cc2b8e0fb54d1c.patch?full_index=1.drv

That last patch is the latest fix to JAX. Maybe a red herring, but I'm running a fresh build of vLLM to see if the new JAX version (and hence Outlines) breaks vLLM.

23:21:15
@daniel-fahey:matrix.orgDaniel Fahey *

After diffing the inputDrvs

$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
37c37
< zv7b6x3i1k6vgmlx4ll74a676znpp19l-python3.13-outlines-1.2.3.drv
---
> b0yp229czgvgsxay9vw8mq0xraa0w94l-python3.13-outlines-1.2.3.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
15c15
< fcsb1iizwb50wiag876xzj9kpd8vpa9s-python3.13-jax-0.8.0.drv
---
> 2vxlyjm486swfp89iwsacyx52rslq4xj-python3.13-jax-0.8.0.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
0a1
> 521737jxrb1akanvm7df9zmx3236rwc6-af5c211d49f3b99447db2252d2cc2b8e0fb54d1c.patch?full_index=1.drv

That last patch is the latest fix to JAX. Maybe a red herring, but I'm running a fresh build of vLLM to see if the new JAX version (and hence Outlines) breaks the build.

23:22:25
@daniel-fahey:matrix.orgDaniel Fahey *

After diffing the inputDrvs

$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
37c37
< zv7b6x3i1k6vgmlx4ll74a676znpp19l-python3.13-outlines-1.2.3.drv
---
> b0yp229czgvgsxay9vw8mq0xraa0w94l-python3.13-outlines-1.2.3.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
15c15
< fcsb1iizwb50wiag876xzj9kpd8vpa9s-python3.13-jax-0.8.0.drv
---
> 2vxlyjm486swfp89iwsacyx52rslq4xj-python3.13-jax-0.8.0.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
0a1
> 521737jxrb1akanvm7df9zmx3236rwc6-af5c211d49f3b99447db2252d2cc2b8e0fb54d1c.patch?full_index=1.drv

That last patch is the latest fix to JAX. Might be a red herring, but I'm running a fresh build of vLLM to see if the new JAX version (and hence Outlines) breaks the build.

23:23:44
@daniel-fahey:matrix.orgDaniel Fahey *

After diffing the inputDrvs

$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.vllm' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
37c37
< zv7b6x3i1k6vgmlx4ll74a676znpp19l-python3.13-outlines-1.2.3.drv
---
> b0yp229czgvgsxay9vw8mq0xraa0w94l-python3.13-outlines-1.2.3.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.outlines' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
15c15
< fcsb1iizwb50wiag876xzj9kpd8vpa9s-python3.13-jax-0.8.0.drv
---
> 2vxlyjm486swfp89iwsacyx52rslq4xj-python3.13-jax-0.8.0.drv
$ diff <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/3d2db9755e7815937fb7b8f089fad9b44bc416d8.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2) <(nix derivation show --impure -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6a08e6bb4e46ff7fcbb53d409b253f6bad8a28ce.tar.gz --expr 'with import <nixpkgs> { }; python313Packages.jax' | jq -r '.[] | .inputDrvs | keys[]' | sort -t'-' -k2)
0a1
> 521737jxrb1akanvm7df9zmx3236rwc6-af5c211d49f3b99447db2252d2cc2b8e0fb54d1c.patch?full_index=1.drv

That last patch is the latest fix to JAX. Might be a red herring, but I'm running a fresh build of vLLM to see if the new JAX fix (and hence Outlines derivation) breaks the build.

23:26:34
26 Oct 2025
@daniel-fahey:matrix.orgDaniel Fahey The above is just why the hash changed. The nvcc error : '"$CICC_PATH/cicc"' died due to signal 9 (Kill signal) means the process was forcibly killed, probably by the out-of-memory killer, Hydra should really restart these, possibly with fewer CPU cores dynamically. 00:28:50
@daniel-fahey:matrix.orgDaniel Fahey * The above is just why the hash changed. The nvcc error : '"$CICC_PATH/cicc"' died due to signal 9 (Kill signal) means the process was forcibly killed, probably by the out-of-memory (OOM) killer, Hydra should really restart these, possibly with fewer CPU cores dynamically. 00:29:10
@daniel-fahey:matrix.orgDaniel Faheybuilt, lol https://nixbuild.net/builds/4745574?t=EtkBCm8KBWJ1aWxkCgpidWlsZDpyZWFkGAMiCQoHCAcSAxD5BSINCgsIBBIHOgUKAxiBCDImCiQKAggbEgYIBRICCAUaFgoECgIIBQoICgYg-OSj1AYKBBoCCAAyFgoUCgIIGxIOCAISAxiACBIFEObSoQISJAgAEiBakpZI6g3gNTHtwvNqaB3b4-Rv07_-fD8p_DmOt4YJvhpAjaEDvlgwE_0ZXUm23Ey-3fjcQrW_Ss6bRdz-G3HAoFRMVKlpSYx-cvq0vAJ_HuUdirLhAo9KMjHP4aJ50uxSBCIiCiAwUUMo9gXtYC6TYvCVyceuEvf91HzzfSXG_wyt6NV4oA==01:00:33
@glepage:matrix.orgGaétan Lepage Introducing ExecuTorch 1.0: Powering the next generation of edge AI 23:56:03
27 Oct 2025
@connorbaker:matrix.orgconnor (he/him)Meh Did you see Helion (https://www.youtube.com/watch?v=MBOPzfl1JBo and https://github.com/pytorch/helion)? I swear they’re just going to keep re-inventing compilers with various degrees of auto-tuning built in04:41:04
@connorbaker:matrix.orgconnor (he/him) SomeoneSerge (back on matrix)I intend to merge the CUDA 13/packaging refactor PR tomorrow; I think it’s important to get it in so we can iterate on it 05:14:52
@glepage:matrix.orgGaétan Lepage nccl bump should be ready to go: https://github.com/NixOS/nixpkgs/pull/438735 14:25:40
@connorbaker:matrix.orgconnor (he/him)Set the CUDA 13 PR to merge, here’s hoping that goes in smoothly15:35:29
@connorbaker:matrix.orgconnor (he/him)Reminder of things which still need to be addressed: https://matrix.to/#/!eWOErHSaiddIbsUNsJ:nixos.org/$7F36aNKTb-Fmt-RJjjM4Tp1c_hyVQaWhXpXYQj6jKFA?via=nixos.org&via=matrix.org&via=nixos.dev15:36:09
@connorbaker:matrix.orgconnor (he/him)Also remove the stupid aliases in tree like torchWithCuda. They’re footguns and give people false hope.18:16:46
@glepage:matrix.orgGaétan Lepage connor (he/him) (UTC-7): why are so many cudaPackages.* packages broken? 21:52:21
28 Oct 2025
@connorbaker:matrix.orgconnor (he/him)What’s broken?01:25:31
@connorbaker:matrix.orgconnor (he/him) Also if you do eval or build with —trace-verbose it should show you 01:25:41
@connorbaker:matrix.orgconnor (he/him) * Also if you do eval or build with --trace-verbose it should show you 01:25:58
@connorbaker:matrix.orgconnor (he/him)

I was just able to build the redistributables:

[connorbaker@nixos-desktop:~/nixpkgs]$ NIXPKGS_CONFIG=~/.config/nixpkgs/config-sm89.nix nix build --impure -L .#cudaPackages.tests.redists-installed --trace-verbose --show-trace
[connorbaker@nixos-desktop:~/nixpkgs]$ ls -la ./result/
total 197502
dr-xr-xr-x      2 root root       174 Jan  1  1970 .
drwxrwxr-t 118514 root nixbld 1517033 Oct 28 02:00 ..
lrwxrwxrwx      1 root root        70 Jan  1  1970 cuda_cccl-out -> /nix/store/zmx728hvh87zip6blayazwjl7ad5vgqh-cuda12.8-cuda_cccl-12.8.90
lrwxrwxrwx      1 root root        72 Jan  1  1970 cuda_cudart-out -> /nix/store/80x699lyc99dahf85iqdv6z1f0vv6vz2-cuda12.8-cuda_cudart-12.8.90
lrwxrwxrwx      1 root root        75 Jan  1  1970 cuda_cuobjdump-out -> /nix/store/j73hj3g5qadkz74gfr6fh7rcx2lzfq61-cuda12.8-cuda_cuobjdump-12.8.90
lrwxrwxrwx      1 root root        75 Jan  1  1970 cuda_cupti-dev -> /nix/store/r7a5kgg9pvbplygydlsbh75iff4304jw-cuda12.8-cuda_cupti-12.8.90-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 cuda_cupti-include -> /nix/store/7sdilbj089hap5482jpk1d9z5sxsd5ww-cuda12.8-cuda_cupti-12.8.90-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 cuda_cupti-lib -> /nix/store/mqfpgzmanlia4cchz37wacxd2f7sdsy2-cuda12.8-cuda_cupti-12.8.90-lib
lrwxrwxrwx      1 root root        71 Jan  1  1970 cuda_cupti-out -> /nix/store/91a63bjc3lf7b5p9q2c4j82jl1a37hbr-cuda12.8-cuda_cupti-12.8.90
lrwxrwxrwx      1 root root        79 Jan  1  1970 cuda_cupti-samples -> /nix/store/rbsw3vl1qz7qmzjn1hnjd0xlk0jh1k38-cuda12.8-cuda_cupti-12.8.90-samples
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_cupti-static -> /nix/store/j0n24ddwggi69bhji4mxha7cngc4qxkl-cuda12.8-cuda_cupti-12.8.90-static
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_cuxxfilt-bin -> /nix/store/ynvm78yfakv29hqb4vqlgapk81va21yl-cuda12.8-cuda_cuxxfilt-12.8.90-bin
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_cuxxfilt-dev -> /nix/store/j1ddkxfahgc37yq1af8x35m8xcvxffi6-cuda12.8-cuda_cuxxfilt-12.8.90-dev
lrwxrwxrwx      1 root root        82 Jan  1  1970 cuda_cuxxfilt-include -> /nix/store/yys4v2mdr7ic70c4rxgyd6k6ja4m2924-cuda12.8-cuda_cuxxfilt-12.8.90-include
lrwxrwxrwx      1 root root        74 Jan  1  1970 cuda_cuxxfilt-out -> /nix/store/xw4hqbnznwj2gj0fn25mp2qdk7pzwbmx-cuda12.8-cuda_cuxxfilt-12.8.90
lrwxrwxrwx      1 root root        81 Jan  1  1970 cuda_cuxxfilt-static -> /nix/store/wrli1rs9xg4731pqbz7flvl7bchk8ycf-cuda12.8-cuda_cuxxfilt-12.8.90-static
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuda_demo_suite-out -> /nix/store/hmvbj8qbx9ciddnaa09wpbqpqgq2yx49-cuda12.8-cuda_demo_suite-12.8.90
lrwxrwxrwx      1 root root        79 Jan  1  1970 cuda_documentation-out -> /nix/store/9znxg5jafmrpq7qgr6myk0k37wvjask7-cuda12.8-cuda_documentation-12.8.90
lrwxrwxrwx      1 root root        73 Jan  1  1970 cuda_gdb-bin -> /nix/store/fydmzy7kzz8z0si3ikb28wx8fg68nhln-cuda12.8-cuda_gdb-12.8.90-bin
lrwxrwxrwx      1 root root        69 Jan  1  1970 cuda_gdb-out -> /nix/store/aiibffvsakq00qvj37jd1kn97cd5m5dz-cuda12.8-cuda_gdb-12.8.90
lrwxrwxrwx      1 root root        72 Jan  1  1970 cuda_nsight-out -> /nix/store/mhbr9zlci3y5phcv87csa1wgl4f7ghjk-cuda12.8-cuda_nsight-12.8.90
lrwxrwxrwx      1 root root        70 Jan  1  1970 cuda_nvcc-out -> /nix/store/ygd3s9zm1pf77n3q3ac63v58www5scbc-cuda12.8-cuda_nvcc-12.8.93
lrwxrwxrwx      1 root root        74 Jan  1  1970 cuda_nvdisasm-out -> /nix/store/fql9mw969zz4142r1c21aa0hvbzgcybj-cuda12.8-cuda_nvdisasm-12.8.90
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_nvml_dev-dev -> /nix/store/z5b1881jwgz8ifxrhdxjy558p001ipqp-cuda12.8-cuda_nvml_dev-12.8.90-dev
lrwxrwxrwx      1 root root        82 Jan  1  1970 cuda_nvml_dev-include -> /nix/store/zwpxhnwkr0lnmc2sprf5q8vbxy0nj4w5-cuda12.8-cuda_nvml_dev-12.8.90-include
lrwxrwxrwx      1 root root        74 Jan  1  1970 cuda_nvml_dev-out -> /nix/store/5swgwicycn1q3cyhyij94hgqf85wv277-cuda12.8-cuda_nvml_dev-12.8.90
lrwxrwxrwx      1 root root        80 Jan  1  1970 cuda_nvml_dev-stubs -> /nix/store/cpj4hagn4rfpmvdrfx6d11ghyi427c15-cuda12.8-cuda_nvml_dev-12.8.90-stubs
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuda_nvprof-bin -> /nix/store/bxwa43cwn1ldvlrrzhpd2vrvzl5dnyvw-cuda12.8-cuda_nvprof-12.8.90-bin
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuda_nvprof-lib -> /nix/store/78wynx0kn55kvdz0kmxad8mzpbi3cyv7-cuda12.8-cuda_nvprof-12.8.90-lib
lrwxrwxrwx      1 root root        72 Jan  1  1970 cuda_nvprof-out -> /nix/store/mhav6ladif32b7xszqy2ch9h6bsin31a-cuda12.8-cuda_nvprof-12.8.90
lrwxrwxrwx      1 root root        73 Jan  1  1970 cuda_nvprune-out -> /nix/store/mnknpb4f7ax5frcq4wqbwvr007lqyap4-cuda12.8-cuda_nvprune-12.8.90
lrwxrwxrwx      1 root root        75 Jan  1  1970 cuda_nvrtc-dev -> /nix/store/hcn40gx12kkl01pg5l0a2mgi581dxlnm-cuda12.8-cuda_nvrtc-12.8.93-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 cuda_nvrtc-include -> /nix/store/ybcc0hjbrsw2mln7mkmv1fr5zh42r4ba-cuda12.8-cuda_nvrtc-12.8.93-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 cuda_nvrtc-lib -> /nix/store/2pl968pmsv7864gv8ajijfisdpzwb5k9-cuda12.8-cuda_nvrtc-12.8.93-lib
lrwxrwxrwx      1 root root        71 Jan  1  1970 cuda_nvrtc-out -> /nix/store/gcysxwq43ssx933b31d236c4w5gpl5l3-cuda12.8-cuda_nvrtc-12.8.93
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_nvrtc-static -> /nix/store/qfrghmvb7l8jzz1aspsf6n9vzvnx9ac4-cuda12.8-cuda_nvrtc-12.8.93-static
lrwxrwxrwx      1 root root        77 Jan  1  1970 cuda_nvrtc-stubs -> /nix/store/2qp5vfy3shrh961v8ksb3xzwcfbrdif5-cuda12.8-cuda_nvrtc-12.8.93-stubs
lrwxrwxrwx      1 root root        74 Jan  1  1970 cuda_nvtx-dev -> /nix/store/p6bi3xhrzyvcl9bv1yfxh6scx4ci5c8i-cuda12.8-cuda_nvtx-12.8.90-dev
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_nvtx-include -> /nix/store/xnx0czz76w4mdsgq83syzrb87aa786fh-cuda12.8-cuda_nvtx-12.8.90-include
lrwxrwxrwx      1 root root        74 Jan  1  1970 cuda_nvtx-lib -> /nix/store/m5qk29b5ygpj8xf7dgs21dafg8j1hhck-cuda12.8-cuda_nvtx-12.8.90-lib
lrwxrwxrwx      1 root root        70 Jan  1  1970 cuda_nvtx-out -> /nix/store/2kwkrk84222dqp6w09chcf6w3r35mf0x-cuda12.8-cuda_nvtx-12.8.90
lrwxrwxrwx      1 root root        70 Jan  1  1970 cuda_nvvp-out -> /nix/store/lp0yzqsk81h0vm0ay3j8gzivj0pxcm7j-cuda12.8-cuda_nvvp-12.8.93
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuda_opencl-dev -> /nix/store/l6nnaxrrvlpyrlg0biy6xs7kwx4dr1ag-cuda12.8-cuda_opencl-12.8.90-dev
lrwxrwxrwx      1 root root        80 Jan  1  1970 cuda_opencl-include -> /nix/store/mskp7gvab4cgm1qjwzxcl5isn917gmpp-cuda12.8-cuda_opencl-12.8.90-include
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuda_opencl-lib -> /nix/store/v64qi6h1dnaamjd2rlsiqrxgs9ymimmz-cuda12.8-cuda_opencl-12.8.90-lib
lrwxrwxrwx      1 root root        72 Jan  1  1970 cuda_opencl-out -> /nix/store/4lja9553mb2pfav4jasi8gwwh89a3nws-cuda12.8-cuda_opencl-12.8.90
lrwxrwxrwx      1 root root        82 Jan  1  1970 cuda_profiler_api-dev -> /nix/store/wkkb1236hy879dk3alkdjafywskkannd-cuda12.8-cuda_profiler_api-12.8.90-dev
lrwxrwxrwx      1 root root        86 Jan  1  1970 cuda_profiler_api-include -> /nix/store/pzj4f3jf2wzw0cggnzhi3lhrn9bxkhnw-cuda12.8-cuda_profiler_api-12.8.90-include
lrwxrwxrwx      1 root root        78 Jan  1  1970 cuda_profiler_api-out -> /nix/store/pzv9vrcm997q6c54slnjg4dc0b40cfgh-cuda12.8-cuda_profiler_api-12.8.90
lrwxrwxrwx      1 root root        79 Jan  1  1970 cuda_sanitizer_api-out -> /nix/store/jsllh39rdz35yav329x82sbf39bhx5ji-cuda12.8-cuda_sanitizer_api-12.8.93
lrwxrwxrwx      1 root root        72 Jan  1  1970 cudnn-dev -> /nix/store/bpz70jcv19002kpl0cbqm244g9nmjrv4-cuda12.8-cudnn-9.13.0.50-dev
lrwxrwxrwx      1 root root        76 Jan  1  1970 cudnn-include -> /nix/store/4y269r12lcnri6bxw9k30g5zg9labf8p-cuda12.8-cudnn-9.13.0.50-include
lrwxrwxrwx      1 root root        72 Jan  1  1970 cudnn-lib -> /nix/store/w7dkfs54zc9y47504z5jpsb1fy9q2fwx-cuda12.8-cudnn-9.13.0.50-lib
lrwxrwxrwx      1 root root        68 Jan  1  1970 cudnn-out -> /nix/store/hd0vhsdbqmxq3q5x380c61fz02d9bx8f-cuda12.8-cudnn-9.13.0.50
lrwxrwxrwx      1 root root        75 Jan  1  1970 cudnn-static -> /nix/store/d0b192ahh3ly8gn30zk5ci9k7w8gyds8-cuda12.8-cudnn-9.13.0.50-static
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuquantum-dev -> /nix/store/mgvqjvdfqblcchg1fhwwa5yr9yfa1kwn-cuda12.8-cuquantum-25.09.0.7-dev
lrwxrwxrwx      1 root root        80 Jan  1  1970 cuquantum-include -> /nix/store/70dg7rdjdgsjsm16a4m0rgkq3gn0wkw7-cuda12.8-cuquantum-25.09.0.7-include
lrwxrwxrwx      1 root root        76 Jan  1  1970 cuquantum-lib -> /nix/store/9ij7dn0jfpyr5dpwv8b7qjx2pb62j398-cuda12.8-cuquantum-25.09.0.7-lib
lrwxrwxrwx      1 root root        72 Jan  1  1970 cuquantum-out -> /nix/store/isb2ihixsg7b0vwlhah0fm0clqnqjj1n-cuda12.8-cuquantum-25.09.0.7
lrwxrwxrwx      1 root root        79 Jan  1  1970 cuquantum-static -> /nix/store/zp1fimvr3jj7j9fz7fn77558a735sn2y-cuda12.8-cuquantum-25.09.0.7-static
lrwxrwxrwx      1 root root        81 Jan  1  1970 fabricmanager-bin -> /nix/store/lwq3z6m1kpd56iw056bbyhdfj01g7iz1-cuda12.8-fabricmanager-570.124.06-bin
lrwxrwxrwx      1 root root        81 Jan  1  1970 fabricmanager-dev -> /nix/store/7lbbx2xbjh94hxdyb1j5aqidnmyzdcsf-cuda12.8-fabricmanager-570.124.06-dev
lrwxrwxrwx      1 root root        85 Jan  1  1970 fabricmanager-include -> /nix/store/6j1s69src0hmhcnyr79lmm8zd9j205p7-cuda12.8-fabricmanager-570.124.06-include
lrwxrwxrwx      1 root root        81 Jan  1  1970 fabricmanager-lib -> /nix/store/ivyc5j38d4xcg4mphp780cnsjk3f4qd2-cuda12.8-fabricmanager-570.124.06-lib
lrwxrwxrwx      1 root root        77 Jan  1  1970 fabricmanager-out -> /nix/store/4msxdm0s0kwxrwv0vzpxcin4c7iqbnf8-cuda12.8-fabricmanager-570.124.06
lrwxrwxrwx      1 root root        68 Jan  1  1970 imex-out -> /nix/store/kkj5gygkvn3r0qpjfcxmp2cgj2cvsmyh-cuda12.8-imex-570.124.06
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcublas-dev -> /nix/store/pxakkvcj7hxpy6dvmf6w6bc8h0sw2app-cuda12.8-libcublas-12.8.4.1-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcublas-include -> /nix/store/iaa7kac0ww12qpgqm3scqg36kpy7574p-cuda12.8-libcublas-12.8.4.1-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcublas-lib -> /nix/store/vg2snprgqzyba8ki32sqsaipz5npgq8s-cuda12.8-libcublas-12.8.4.1-lib
lrwxrwxrwx      1 root root        77 Jan  1  1970 libcublasmp-dev -> /nix/store/26x44h1p3fv34wyh0n4akdhpha9pn8a7-cuda12.8-libcublasmp-0.6.0.84-dev
lrwxrwxrwx      1 root root        81 Jan  1  1970 libcublasmp-include -> /nix/store/1a505dkri34c6g8qra5fz2kf5dh6dq2s-cuda12.8-libcublasmp-0.6.0.84-include
lrwxrwxrwx      1 root root        77 Jan  1  1970 libcublasmp-lib -> /nix/store/z7fjwiy1zic7gqy0c9kc1l8fqkxmlqp5-cuda12.8-libcublasmp-0.6.0.84-lib
lrwxrwxrwx      1 root root        73 Jan  1  1970 libcublasmp-out -> /nix/store/5ab9xblc6v11nyy4giazskqfmnnw0k86-cuda12.8-libcublasmp-0.6.0.84
lrwxrwxrwx      1 root root        71 Jan  1  1970 libcublas-out -> /nix/store/xh5ggns7a78gsa59gl38qxc8m8py0qdr-cuda12.8-libcublas-12.8.4.1
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcublas-static -> /nix/store/mf4npc4dch5qmrr3an81v0vmnvfjiq6a-cuda12.8-libcublas-12.8.4.1-static
lrwxrwxrwx      1 root root        77 Jan  1  1970 libcublas-stubs -> /nix/store/dh3ky84y7klbg661if4js2ibl461yiwv-cuda12.8-libcublas-12.8.4.1-stubs
lrwxrwxrwx      1 root root        73 Jan  1  1970 libcudss-dev -> /nix/store/cj6kiqh11hpryphq9l919flhalz8j30p-cuda12.8-libcudss-0.6.0.5-dev
lrwxrwxrwx      1 root root        77 Jan  1  1970 libcudss-include -> /nix/store/ky1mbzfd6c9cd0mh8nyh5plbv1pc9ks1-cuda12.8-libcudss-0.6.0.5-include
lrwxrwxrwx      1 root root        73 Jan  1  1970 libcudss-lib -> /nix/store/ny59fycd2bm5a81kxwwc97y815d123k6-cuda12.8-libcudss-0.6.0.5-lib
lrwxrwxrwx      1 root root        69 Jan  1  1970 libcudss-out -> /nix/store/qld53yziddsfkr3z4nwpswhbm5jk487x-cuda12.8-libcudss-0.6.0.5
lrwxrwxrwx      1 root root        76 Jan  1  1970 libcudss-static -> /nix/store/69h92xhmgds4q7sabbfg0r6aym5lf0jk-cuda12.8-libcudss-0.6.0.5-static
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcufft-dev -> /nix/store/cp07izkz3yvhry7in7yid4p42gncy4xl-cuda12.8-libcufft-11.3.3.83-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcufft-include -> /nix/store/la9ma9jwv7cszb84747nam8c9vy9il0a-cuda12.8-libcufft-11.3.3.83-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcufft-lib -> /nix/store/mq1q378hvlmwilg0fc76575wbhjnv6lf-cuda12.8-libcufft-11.3.3.83-lib
lrwxrwxrwx      1 root root        71 Jan  1  1970 libcufft-out -> /nix/store/riv4v1gzpi8vidlmk6rak0560llr5qqb-cuda12.8-libcufft-11.3.3.83
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcufft-static -> /nix/store/icpvm06f3ywh31v7qhw02ly3fjwm31mq-cuda12.8-libcufft-11.3.3.83-static
lrwxrwxrwx      1 root root        77 Jan  1  1970 libcufft-stubs -> /nix/store/wlwv16ps9fms8vy1hi9kr48j05gnjcn2-cuda12.8-libcufft-11.3.3.83-stubs
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcufile-dev -> /nix/store/6grbjmm8a91lx89b3fy8w0m5x9dnvx54-cuda12.8-libcufile-1.13.1.3-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcufile-include -> /nix/store/lbbrdxyg84jjz34b8gi9ihpi7ij8rzvl-cuda12.8-libcufile-1.13.1.3-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcufile-lib -> /nix/store/fapv63wygp9zvg3sv2b9vrdvf6ay2vli-cuda12.8-libcufile-1.13.1.3-lib
lrwxrwxrwx      1 root root        71 Jan  1  1970 libcufile-out -> /nix/store/hfffvwprgb9hvaz92h8qi8hx87zr1h42-cuda12.8-libcufile-1.13.1.3
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcufile-static -> /nix/store/k17xqs2h92gi30k8xwgbyjzi9j9awif3-cuda12.8-libcufile-1.13.1.3-static
lrwxrwxrwx      1 root root        76 Jan  1  1970 libcurand-dev -> /nix/store/ibl6675q9ycyl7cn920iph0s42h2d739-cuda12.8-libcurand-10.3.9.90-dev
lrwxrwxrwx      1 root root        80 Jan  1  1970 libcurand-include -> /nix/store/hvsynjhdl4510lyx9hkm3rwzq4s0mlg7-cuda12.8-libcurand-10.3.9.90-include
lrwxrwxrwx      1 root root        76 Jan  1  1970 libcurand-lib -> /nix/store/jgiiml6p4xf5r3hfp4z93akdnq07d59b-cuda12.8-libcurand-10.3.9.90-lib
lrwxrwxrwx      1 root root        72 Jan  1  1970 libcurand-out -> /nix/store/m7wyp0dzwyvavg2hr8a9i156lb33xa8a-cuda12.8-libcurand-10.3.9.90
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcurand-static -> /nix/store/nckzb3kcgq78wsm4lg7piqaijff6v870-cuda12.8-libcurand-10.3.9.90-static
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcurand-stubs -> /nix/store/p34d6la6224yyhkmrav6p06c4a432ik9-cuda12.8-libcurand-10.3.9.90-stubs
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcusolver-dev -> /nix/store/k4949bjllaaap12gkm2xsnrcj781qi2p-cuda12.8-libcusolver-11.7.3.90-dev
lrwxrwxrwx      1 root root        82 Jan  1  1970 libcusolver-include -> /nix/store/d53q3k6mhjkrlv10ipnznx92sid1wssp-cuda12.8-libcusolver-11.7.3.90-include
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcusolver-lib -> /nix/store/axa7hvmrswv2mkhcjdvw88z22g8cd6iv-cuda12.8-libcusolver-11.7.3.90-lib
lrwxrwxrwx      1 root root        80 Jan  1  1970 libcusolvermp-dev -> /nix/store/ddnbp51m3z76qa6sbd0yn4ny79lmp0w3-cuda12.8-libcusolvermp-0.7.0.833-dev
lrwxrwxrwx      1 root root        84 Jan  1  1970 libcusolvermp-include -> /nix/store/kxw3c862hwq8w31czca1fzglrrpj48mj-cuda12.8-libcusolvermp-0.7.0.833-include
lrwxrwxrwx      1 root root        80 Jan  1  1970 libcusolvermp-lib -> /nix/store/lksgyq8hfcc732kabi41ddx3aj0zvnpw-cuda12.8-libcusolvermp-0.7.0.833-lib
lrwxrwxrwx      1 root root        76 Jan  1  1970 libcusolvermp-out -> /nix/store/c9d20bji1j6fcivvddmcjccscq5k2qsk-cuda12.8-libcusolvermp-0.7.0.833
lrwxrwxrwx      1 root root        74 Jan  1  1970 libcusolver-out -> /nix/store/dig0167yacddpyq77m7jgrvipaaip9lq-cuda12.8-libcusolver-11.7.3.90
lrwxrwxrwx      1 root root        81 Jan  1  1970 libcusolver-static -> /nix/store/ca0zk2hl810ijpfgp5dkbcja9wmcbpc4-cuda12.8-libcusolver-11.7.3.90-static
lrwxrwxrwx      1 root root        80 Jan  1  1970 libcusolver-stubs -> /nix/store/iynhwgcbqc0x5c37ga5brhsk9dvczzjs-cuda12.8-libcusolver-11.7.3.90-stubs
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcusparse-dev -> /nix/store/jjfqbcc7fk8v697rqgpmm3p5nhpqsp7x-cuda12.8-libcusparse-12.5.8.93-dev
lrwxrwxrwx      1 root root        82 Jan  1  1970 libcusparse-include -> /nix/store/lsqx8bs3qpwknwqy50yda8h7nh5rxc5b-cuda12.8-libcusparse-12.5.8.93-include
lrwxrwxrwx      1 root root        78 Jan  1  1970 libcusparse-lib -> /nix/store/s705kbiicirlnbd99crxyi9klbi7n3k5-cuda12.8-libcusparse-12.5.8.93-lib
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcusparse_lt-dev -> /nix/store/3jv0zmhifrpypx9yh1z6wmdc4s24rqr5-cuda12.8-libcusparse_lt-0.8.1.1-dev
lrwxrwxrwx      1 root root        83 Jan  1  1970 libcusparse_lt-include -> /nix/store/lbhgpjwsdq59sxa3lmmjxjhpp9ibizd1-cuda12.8-libcusparse_lt-0.8.1.1-include
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcusparse_lt-lib -> /nix/store/acszswz0hf3sr212xh6f81wkyi3hkhsr-cuda12.8-libcusparse_lt-0.8.1.1-lib
lrwxrwxrwx      1 root root        75 Jan  1  1970 libcusparse_lt-out -> /nix/store/505kid0nq54q2ys9x0q8lnhs257i9gws-cuda12.8-libcusparse_lt-0.8.1.1
lrwxrwxrwx      1 root root        82 Jan  1  1970 libcusparse_lt-static -> /nix/store/wyw7xy6crxsnwl5dflqq8r9yv9yccw8r-cuda12.8-libcusparse_lt-0.8.1.1-static
lrwxrwxrwx      1 root root        74 Jan  1  1970 libcusparse-out -> /nix/store/hhyi7a3lbmxyss4kxi5vcjjrqc74vhl2-cuda12.8-libcusparse-12.5.8.93
lrwxrwxrwx      1 root root        81 Jan  1  1970 libcusparse-static -> /nix/store/v4ffxhwgs6rl1bd7fmxr1h4ignjwx1af-cuda12.8-libcusparse-12.5.8.93-static
lrwxrwxrwx      1 root root        80 Jan  1  1970 libcusparse-stubs -> /nix/store/i59qrh2wbj4hbbwz9ad9k5i5cqjcxprc-cuda12.8-libcusparse-12.5.8.93-stubs
lrwxrwxrwx      1 root root        76 Jan  1  1970 libcutensor-dev -> /nix/store/jn8ri37i6dl2953rygjsjiakhznz4jj7-cuda12.8-libcutensor-2.3.1.0-dev
lrwxrwxrwx      1 root root        80 Jan  1  1970 libcutensor-include -> /nix/store/399chizm1rfbnb11qqf0mmaywn63ncv8-cuda12.8-libcutensor-2.3.1.0-include
lrwxrwxrwx      1 root root        76 Jan  1  1970 libcutensor-lib -> /nix/store/6kh14gn7z5izc2xx833hg7x51pl1v8bg-cuda12.8-libcutensor-2.3.1.0-lib
lrwxrwxrwx      1 root root        72 Jan  1  1970 libcutensor-out -> /nix/store/xmd99a0fg480yqrl7fgc32y5sxd11w19-cuda12.8-libcutensor-2.3.1.0
lrwxrwxrwx      1 root root        79 Jan  1  1970 libcutensor-static -> /nix/store/dmyzv8vc27r2n77kck5brpwhdqdm59w4-cuda12.8-libcutensor-2.3.1.0-static
lrwxrwxrwx      1 root root        74 Jan  1  1970 libnpp-dev -> /nix/store/jwk34385db9pd95njg7qcvy7dn250r2i-cuda12.8-libnpp-12.3.3.100-dev
lrwxrwxrwx      1 root root        78 Jan  1  1970 libnpp-include -> /nix/store/gyw1rrb9j5win31lzglbrd75952wsw1s-cuda12.8-libnpp-12.3.3.100-include
lrwxrwxrwx      1 root root        74 Jan  1  1970 libnpp-lib -> /nix/store/8kqk99m9b06q0ck33l36fl6p81s726rc-cuda12.8-libnpp-12.3.3.100-lib
lrwxrwxrwx      1 root root        70 Jan  1  1970 libnpp-out -> /nix/store/6wp1rmlrahxn79i1i9cmg857pf5n0b7q-cuda12.8-libnpp-12.3.3.100
lrwxrwxrwx      1 root root        77 Jan  1  1970 libnpp_plus-dev -> /nix/store/kdn49y0xm9h0ddb6fl1g92k8rwd155c8-cuda12.8-libnpp_plus-0.10.0.0-dev
lrwxrwxrwx      1 root root        81 Jan  1  1970 libnpp_plus-include -> /nix/store/4k4h9j21xb41bx9n9040b77p0g9fc6ni-cuda12.8-libnpp_plus-0.10.0.0-include
lrwxrwxrwx      1 root root        77 Jan  1  1970 libnpp_plus-lib -> /nix/store/lz0piwyphamy4bh4yx4fxjjamc37xslg-cuda12.8-libnpp_plus-0.10.0.0-lib
lrwxrwxrwx      1 root root        73 Jan  1  1970 libnpp_plus-out -> /nix/store/wkmwg16d6mf6mn0fb54g9rn77p72bkp9-cuda12.8-libnpp_plus-0.10.0.0
lrwxrwxrwx      1 root root        80 Jan  1  1970 libnpp_plus-static -> /nix/store/sjc3zsa84wcw7vz58r4dn3gyqlmy511w-cuda12.8-libnpp_plus-0.10.0.0-static
lrwxrwxrwx      1 root root        79 Jan  1  1970 libnpp_plus-stubs -> /nix/store/w46n650sf0mspkrady7bz7f8cniiwxzs-cuda12.8-libnpp_plus-0.10.0.0-stubs
lrwxrwxrwx      1 root root        77 Jan  1  1970 libnpp-static -> /nix/store/ngvwyx3d7dw2xmakib53jbp0i8acx6gg-cuda12.8-libnpp-12.3.3.100-static
lrwxrwxrwx      1 root root        76 Jan  1  1970 libnpp-stubs -> /nix/store/c08bgkzwv9a3dy4lqgj94dh40jd411sk-cuda12.8-libnpp-12.3.3.100-stubs
lrwxrwxrwx      1 root root        72 Jan  1  1970 libnvfatbin-out -> /nix/store/lmxgh6rk1qji3svwwibqjm4shcldw3q5-cuda12.8-libnvfatbin-12.8.90
lrwxrwxrwx      1 root root        77 Jan  1  1970 libnvjitlink-dev -> /nix/store/17gi7c1vdbchsm846fz48a5gzvmm7zjx-cuda12.8-libnvjitlink-12.8.93-dev
lrwxrwxrwx      1 root root        81 Jan  1  1970 libnvjitlink-include -> /nix/store/q49mklq37gchphnx6j5whjg7zk7al736-cuda12.8-libnvjitlink-12.8.93-include
lrwxrwxrwx      1 root root        77 Jan  1  1970 libnvjitlink-lib -> /nix/store/pn8z2bxpb92qp7mi3mqi2n9rbm3bp10v-cuda12.8-libnvjitlink-12.8.93-lib
lrwxrwxrwx      1 root root        73 Jan  1  1970 libnvjitlink-out -> /nix/store/mv8sc98dwf5gq1lspiryp8n0fm3783s8-cuda12.8-libnvjitlink-12.8.93
lrwxrwxrwx      1 root root        80 Jan  1  1970 libnvjitlink-static -> /nix/store/pa6vrnv79j7kz6200dalxxzr0ii8bccv-cuda12.8-libnvjitlink-12.8.93-static
lrwxrwxrwx      1 root root        79 Jan  1  1970 libnvjitlink-stubs -> /nix/store/2d05dm8gayd9ixjrdwp2mlmpqgsl75kl-cuda12.8-libnvjitlink-12.8.93-stubs
lrwxrwxrwx      1 root root        78 Jan  1  1970 libnvjpeg_2k-dev -> /nix/store/5d6j6grd0vzif8s24s7zsqd1pqicdiry-cuda12.8-libnvjpeg_2k-0.9.0.43-dev
lrwxrwxrwx      1 root root        82 Jan  1  1970 libnvjpeg_2k-include -> /nix/store/qmqg0kwjvk7qavdi588gmwh71h6rqj98-cuda12.8-libnvjpeg_2k-0.9.0.43-include
lrwxrwxrwx      1 root root        78 Jan  1  1970 libnvjpeg_2k-lib -> /nix/store/3irz53rbfr9jcz8l561byfcj1s9ds212-cuda12.8-libnvjpeg_2k-0.9.0.43-lib
lrwxrwxrwx      1 root root        74 Jan  1  1970 libnvjpeg_2k-out -> /nix/store/l9wz1655hyzf78a1m06ws69pnl6ddf3n-cuda12.8-libnvjpeg_2k-0.9.0.43
lrwxrwxrwx      1 root root        81 Jan  1  1970 libnvjpeg_2k-static -> /nix/store/ral6zppxk2q5l6n24w23n4isc0vzdllb-cuda12.8-libnvjpeg_2k-0.9.0.43-static
lrwxrwxrwx      1 root root        76 Jan  1  1970 libnvjpeg-dev -> /nix/store/mixq4vb915fnq6v6jipjqgynbb067c78-cuda12.8-libnvjpeg-12.3.5.92-dev
lrwxrwxrwx      1 root root        80 Jan  1  1970 libnvjpeg-include -> /nix/store/pwy4bj6l23bp2p0jgb2wxbgap2mmzhfa-cuda12.8-libnvjpeg-12.3.5.92-include
lrwxrwxrwx      1 root root        76 Jan  1  1970 libnvjpeg-lib -> /nix/store/daj3y4pf6bxm1j2fmjpzmdryv8wj9fry-cuda12.8-libnvjpeg-12.3.5.92-lib
lrwxrwxrwx      1 root root        72 Jan  1  1970 libnvjpeg-out -> /nix/store/jg774zfxl0h4yanyqhhyngfk4125rjgq-cuda12.8-libnvjpeg-12.3.5.92
lrwxrwxrwx      1 root root        79 Jan  1  1970 libnvjpeg-static -> /nix/store/aigfg7bh0920jkqspl9910yy32ja9asw-cuda12.8-libnvjpeg-12.3.5.92-static
lrwxrwxrwx      1 root root        78 Jan  1  1970 libnvjpeg-stubs -> /nix/store/cjd4av1pdn54j85jli2x8q3lkzwf4lcf-cuda12.8-libnvjpeg-12.3.5.92-stubs
lrwxrwxrwx      1 root root        75 Jan  1  1970 libnvtiff-dev -> /nix/store/lhviw5p7hc4fixiw5i2zx1lwnw76d9qi-cuda12.8-libnvtiff-0.5.1.75-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 libnvtiff-include -> /nix/store/6i23vd4vh6i5ipp2wc3jl4z4j3gnp4af-cuda12.8-libnvtiff-0.5.1.75-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 libnvtiff-lib -> /nix/store/l5bwinaaz54s8kn1nq9pgcpj2npyhn27-cuda12.8-libnvtiff-0.5.1.75-lib
lrwxrwxrwx      1 root root        71 Jan  1  1970 libnvtiff-out -> /nix/store/gzklkzd01k4cps1fv2bhcwwma38iy1y4-cuda12.8-libnvtiff-0.5.1.75
lrwxrwxrwx      1 root root        78 Jan  1  1970 libnvtiff-static -> /nix/store/1dvjb8h6b1ph5zrkliahzlrbmipxk5mx-cuda12.8-libnvtiff-0.5.1.75-static
lrwxrwxrwx      1 root root        78 Jan  1  1970 nsight_compute-out -> /nix/store/afch1gj01siv646fi7gzahzfpz7qk8lm-cuda12.8-nsight_compute-2025.1.1.2
lrwxrwxrwx      1 root root        80 Jan  1  1970 nsight_systems-out -> /nix/store/9ms9ikrck9p1dqrdni423aswpp0f6yh5-cuda12.8-nsight_systems-2024.6.2.225
lrwxrwxrwx      1 root root        71 Jan  1  1970 nvcomp-dev -> /nix/store/2h6n0h3p32r9vqhhz738kjk8bmpcw05m-cuda12.8-nvcomp-5.0.0.6-dev
lrwxrwxrwx      1 root root        75 Jan  1  1970 nvcomp-include -> /nix/store/7rdxzxa7n3bny828lycf65dgi6m0vwc6-cuda12.8-nvcomp-5.0.0.6-include
lrwxrwxrwx      1 root root        71 Jan  1  1970 nvcomp-lib -> /nix/store/yh7c6jqjd9g9qfyxy88qvkblldjhblgv-cuda12.8-nvcomp-5.0.0.6-lib
lrwxrwxrwx      1 root root        67 Jan  1  1970 nvcomp-out -> /nix/store/7cz4icy9s37a5nij1lp41jwra88fy5ma-cuda12.8-nvcomp-5.0.0.6
lrwxrwxrwx      1 root root        74 Jan  1  1970 nvcomp-static -> /nix/store/2vwildzfzc09bka25xj3rcwd627ysa22-cuda12.8-nvcomp-5.0.0.6-static
lrwxrwxrwx      1 root root        69 Jan  1  1970 nvidia_fs-out -> /nix/store/qrard2f9mzxynzyffqy0z2nznsix0mzk-cuda12.8-nvidia_fs-2.24.3
lrwxrwxrwx      1 root root        75 Jan  1  1970 tensorrt-bin -> /nix/store/kyjlxbd8hyli48yddagdj6fmgic9c4r0-cuda12.8-tensorrt-10.9.0.34-bin
lrwxrwxrwx      1 root root        75 Jan  1  1970 tensorrt-dev -> /nix/store/zqnrs42gnw85r68xam8physlyvgqqynn-cuda12.8-tensorrt-10.9.0.34-dev
lrwxrwxrwx      1 root root        79 Jan  1  1970 tensorrt-include -> /nix/store/n8dp27nz1djjhzspjwhnvpkmw1qb14wa-cuda12.8-tensorrt-10.9.0.34-include
lrwxrwxrwx      1 root root        75 Jan  1  1970 tensorrt-lib -> /nix/store/37d16w9pn8xkklq13bnqw6sazjdf8zwc-cuda12.8-tensorrt-10.9.0.34-lib
lrwxrwxrwx      1 root root        71 Jan  1  1970 tensorrt-out -> /nix/store/6qiacpn9f377bfpbrnyam1wxvcf19hh8-cuda12.8-tensorrt-10.9.0.34
lrwxrwxrwx      1 root root        79 Jan  1  1970 tensorrt-samples -> /nix/store/yi7z4iriilf6w15khbxims3cv1kz7s2i-cuda12.8-tensorrt-10.9.0.34-samples
lrwxrwxrwx      1 root root        78 Jan  1  1970 tensorrt-static -> /nix/store/iqlllpamy6jk0b4551snxqkghbyms2b6-cuda12.8-tensorrt-10.9.0.34-static
02:04:30

Show newer messages


Back to Room ListRoom Version: 9