Merge pull request #262382 from Artturin/fixtypo1

This commit is contained in:
Artturi
2023-10-21 03:19:15 +03:00
committed by GitHub
+1 -1
View File
@@ -68,7 +68,7 @@
mipsel-linux = import ./bootstrap-files/mipsel-unknown-linux-gnu.nix;
mips64el-linux = import
(if localSystem.isMips64n32
then ./bootstrap-files/mips64el-unknown-linux-gnuabin32.nix.nix
then ./bootstrap-files/mips64el-unknown-linux-gnuabin32.nix
else ./bootstrap-files/mips64el-unknown-linux-gnuabi64.nix);
powerpc64le-linux = import ./bootstrap-files/powerpc64le-unknown-linux-gnu.nix;
riscv64-linux = import ./bootstrap-files/riscv64-unknown-linux-gnu.nix;