flake.nix: fix typo

betwen -> between
This commit is contained in:
Ikko Eltociear Ashimine 2023-12-31 00:25:15 +09:00 committed by GitHub
parent 39d8bc71ed
commit 4c5da24ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
git, git,
python3, python3,
mpi, 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, cudaPackages,
darwin, darwin,
rocmPackages, rocmPackages,