mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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";
|
||||
};
|
||||
}
|
||||
{
|
||||
cpu = {
|
||||
family = "loongarch";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
isElf = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue