Commit 584cfd8c authored by dramforever's avatar dramforever
Browse files

lib/systems/inspect.nix: Add riscv to isEfi

EFI boot on RISC-V is supported by GRUB and systemd-boot. Add them to
isEfi to reflect this fact.
parent afa351c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: