From 009a3f1857a89c9f085b03e85410c0713a9d451f Mon Sep 17 00:00:00 2001 From: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com> Date: Fri, 27 Jan 2023 11:16:35 +0000 Subject: Update lib/systems/inspect.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Naïm Favier --- lib/systems/inspect.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/systems') 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; }; }; } -- cgit 1.4.1