Website Search NixOS packages: search results

why are same pkgs not on/in webSearch like

nixos.python38Packages.pytorchWithCuda          python3.8-pytorch-1.6.0

Looks like the original pythorch package has cudaSupport option, which makes it the package you’re looking for, no?

in general that would make sense …

but the pkgs is in


nix-env -qaP .*pytorch.*
...
nixos.python38Packages.pytorchWithCuda          python3.8-pytorch-1.6.0
nixos.python38Packages.pytorchWithoutCuda       python3.8-pytorch-1.6.0
...

it should be on the website, too? or NOT?


It is only be a derivative of pytorch ?
nix is deterministic there has be be a logic / mapping ?

  • e.g. if attrName is eq to pytorchWithCuda then import pytorch {cudaSupport = true; ... }