mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
lib.systems.inspect.patterns.isEfi: add loongarch
This commit is contained in:
parent
beac1996fa
commit
06bb544356
1 changed files with 5 additions and 0 deletions
|
@ -416,6 +416,11 @@ rec {
|
||||||
family = "x86";
|
family = "x86";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
cpu = {
|
||||||
|
family = "loongarch";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
isElf = {
|
isElf = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue