Răsfoiți Sursa

flake.nix : fix typo (#4700)

betwen -> between
Ikko Eltociear Ashimine 2 ani în urmă
părinte
comite
be36bb946a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .devops/nix/package.nix

+ 1 - 1
.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,