Merge pull request #224325 from amjoseph-nixpkgs/pr/mipsel/not-longson
linux/default.nix: use mipsel.nix instead of longson.nix for mips32
This commit is contained in:
commit
f845fda7e9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,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
|
||||
(if localSystem.isMips64n32
|
||||
then ./bootstrap-files/mips64el-n32.nix
|
||||
|
|
Loading…
Reference in a new issue