flake.nix : fix typo (#4700)

betwen -> between
This commit is contained in:
Ikko Eltociear Ashimine
2024-01-06 01:02:44 +09:00
committed by GitHub
parent 91d38876df
commit be36bb946a

View File

@ -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,