{cudaPackages.nccl, onnxruntime}: remove reference to nvcc in binary#457803
Merged
OfBorg / cudaPackages.nccl, cudaPackages.nccl.passthru.tests, onnxruntime, onnxruntime.passthru.tests on x86_64-linux
skipped
Nov 5, 2025
No attempt
The following builds were skipped because they don't evaluate on x86_64-linux: cudaPackages.nccl, cudaPackages.nccl.passthru.tests, onnxruntime, onnxruntime.passthru.tests
Details
Partial log
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"cuda_nvcc"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
Loading