summaryrefslogtreecommitdiffstats
path: root/lib/systems/inspect.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-24 23:05:08 -0500
committerShea Levy <shea@shealevy.com>2018-02-24 23:05:08 -0500
commit3c57e770cf7756804ca51ce75ea235705c170c71 (patch)
tree4936404298cb62cb93f0f1db4208b330f08d159c /lib/systems/inspect.nix
parent1c1a6dfd239f519fdc25a3178464befb70a3b5f1 (diff)
Only build libseccomp on supported systems
Diffstat (limited to 'lib/systems/inspect.nix')
-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: