diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 59c5e4c53..c6d03b4a4 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -162,6 +162,14 @@ effectiveStdenv.mkDerivation ( # Define the shells here, but don't add in the inputsFrom to avoid recursion. passthru = { + inherit + useBlas + useCuda + useMetalKit + useOpenCL + useRocm + ; + shell = mkShell { name = "default${descriptionSuffix}"; description = "contains numpy and sentencepiece";