Merge pull request #184521 from dramforever/riscv-isefi

lib/systems/inspect.nix: Add riscv to isEfi
This commit is contained in:
Nick Cao 2023-01-13 14:28:11 +08:00 committed by GitHub
commit 35bede2be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ rec {
isUClibc = with abis; map (a: { abi = a; }) [ uclibc uclibceabi uclibceabihf ];
isEfi = map (family: { cpu.family = family; })
[ "x86" "arm" "aarch64" ];
[ "x86" "arm" "aarch64" "riscv" ];
};
matchAnyAttrs = patterns: