diff options
Diffstat (limited to 'lib/systems/inspect.nix')
| -rw-r--r-- | lib/systems/inspect.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix index 30615c9fde32..2abace17bcd4 100644 --- a/lib/systems/inspect.nix +++ b/lib/systems/inspect.nix @@ -59,6 +59,7 @@ rec { isBSD = { kernel = { families = { inherit (kernelFamilies) bsd; }; }; }; isDarwin = { kernel = { families = { inherit (kernelFamilies) darwin; }; }; }; + isAarchDarwin = { kernel = { families = { inherit (kernelFamilies) darwin; }; }; cpu = { family = "arm"; }; }; isUnix = [ isBSD isDarwin isLinux isSunOS isCygwin isRedox ]; isMacOS = { kernel = kernels.macos; }; |
