Skip to content

Commit

Permalink
Use mipsel.nix in boostrapFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHearnden committed Dec 7, 2022
1 parent 35be608 commit de0cf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/linux/default.nix
Expand Up @@ -15,7 +15,7 @@
armv6l-linux = import ./bootstrap-files/armv6l.nix;
armv7l-linux = import ./bootstrap-files/armv7l.nix;
aarch64-linux = import ./bootstrap-files/aarch64.nix;
mipsel-linux = import ./bootstrap-files/loongson2f.nix;
mipsel-linux = import ./bootstrap-files/mipsel.nix;
mips64el-linux = import ./bootstrap-files/mips64el.nix;
powerpc64le-linux = import ./bootstrap-files/powerpc64le.nix;
riscv64-linux = import ./bootstrap-files/riscv64.nix;
Expand Down

0 comments on commit de0cf70

Please sign in to comment.