about summary refs log tree commit diff
path: root/lib/systems/parse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/parse.nix')
-rw-r--r--lib/systems/parse.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/systems/parse.nix b/lib/systems/parse.nix
index 7161b30dc5714..9721024e700a1 100644
--- a/lib/systems/parse.nix
+++ b/lib/systems/parse.nix
@@ -19,9 +19,16 @@ with lib.lists;
 with lib.types;
 with lib.attrsets;
 with lib.strings;
-with lib.systems.inspect.predicates;
 
 let
+  inherit (lib.systems.inspect.predicates)
+    isAarch32
+    isBigEndian
+    isDarwin
+    isLinux
+    isPower64
+    isWindows
+    ;
   inherit (lib.options) mergeOneOption;
 
   setTypes = type: