diff --git a/lib/systems/inspect.nix b/lib/systems/inspect.nix index 65a9100f1993..104b735826b1 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; }; }; }