about summary refs log tree commit diff
path: root/lib/systems.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems.nix')
-rw-r--r--lib/systems.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems.nix b/lib/systems.nix
index afa2002c6e4ec..25a83e9d14fa1 100644
--- a/lib/systems.nix
+++ b/lib/systems.nix
@@ -24,7 +24,7 @@ rec {
 
   isCpuType = x: isType "cpu-type" x
     && elem x.bits [8 16 32 64 128]
-    && (builtins.lessThan 8 x.bits -> isSignificantByte x.significantByte);
+    && (8 < x.bits -> isSignificantByte x.significantByte);
 
   cpuTypes = with significantBytes;
     setTypes "cpu-type" {