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, 1 insertions, 1 deletions
diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix
index 65a9100f19937..104b735826b1f 100644
--- a/lib/systems/inspect.nix
+++ b/lib/systems/inspect.nix
@@ -98,6 +98,6 @@ rec {
   # apply only to the `parsed` field.
 
   platformPatterns = {
-    isStatic       = { parsed = {}; isStatic = true; };
+    isStatic = { parsed = {}; isStatic = true; };
   };
 }