summary refs log tree commit diff
path: root/lib/systems
diff options
context:
space:
mode:
authorAdam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>2023-01-27 11:16:35 +0000
committerGitHub <noreply@github.com>2023-01-27 11:16:35 +0000
commit009a3f1857a89c9f085b03e85410c0713a9d451f (patch)
tree8532f0b2eb6cc5f959ee7b3da5b7ba6d1cc271ae /lib/systems
parent435618d9b3d47f978d397a0ea2934b2b9e0b1dd6 (diff)
Update lib/systems/inspect.nix
Co-authored-by: Naïm Favier <n@monade.li>
Diffstat (limited to 'lib/systems')
-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; };
   };
 }