From bbcaeec0a62ad5bd84f950e7c8834f7ab8a89033 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sun, 11 Jan 2026 13:27:54 +0100 Subject: [PATCH] stylix/mk-target: add missing comma to function arguments Fixes: c4fa684471d9 ("stylix: add mkTarget function") --- stylix/mk-target.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/mk-target.nix b/stylix/mk-target.nix index 9b29f5b4..ecd1ab1f 100644 --- a/stylix/mk-target.nix +++ b/stylix/mk-target.nix @@ -17,7 +17,7 @@ follows: ```nix - { mkTarget, lib... }: + { mkTarget, lib, ... }: mkTarget { unconditionalConfig = lib.mkIf complexCondition {