about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/inspect.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index 63311a9703de..ff8f60001175 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -40,6 +40,8 @@ rec {
                      [ "x86" "arm" "aarch64" "mips" ];
     Efi          = map (family: { cpu.family = family; })
                      [ "x86" "arm" "aarch64" ];
+    Seccomputable = map (family: { kernel = kernels.linux; cpu.family = family; })
+                      [ "x86" "arm" "aarch64" "mips" ];
   };
 
   matchAnyAttrs = patterns: