{ pkgs, inputs, ... }: # freetoken pins torch>=2.11,<2.12 and triton==3.6.0, but current # nixos-unstable ships torch 2.13 + triton 3.7 and no older torch. Build it # with the pinned nixpkgs-torch211 revision (CUDA 12.9 / torch-bin 2.11). inputs.nixpkgs-torch211.legacyPackages.${pkgs.stdenv.hostPlatform.system}.callPackage ./package.nix { }