From 9028a74f88d5ed31f4cff3483f3c143346ce43ea Mon Sep 17 00:00:00 2001 From: awwpotato Date: Wed, 9 Jul 2025 10:43:37 -0700 Subject: [PATCH] stylix: use isFunction (#1652) Link: https://github.com/nix-community/stylix/pull/1652 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- stylix/overlays.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/overlays.nix b/stylix/overlays.nix index 3285c2f5..0d8f76e3 100644 --- a/stylix/overlays.nix +++ b/stylix/overlays.nix @@ -13,7 +13,7 @@ let file = import f; attrs = - if builtins.typeOf file == "lambda" then + if builtins.isFunction file then file { inherit lib