diff options
-rw-r--r-- | .devops/nix/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 5f2a7c9f..43bdbd75 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -9,7 +9,7 @@ git, python3, mpi, - openblas, # TODO: Use the generic `blas` so users could switch betwen alternative implementations + openblas, # TODO: Use the generic `blas` so users could switch between alternative implementations cudaPackages, darwin, rocmPackages, |