summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/inspect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index e5bd879e2c42..a4fc777c1256 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -68,7 +68,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: