stylix: use isFunction (#1652)

Link: https://github.com/nix-community/stylix/pull/1652

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-07-09 10:43:37 -07:00 committed by GitHub
parent 4eadb2503b
commit 9028a74f88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
let
file = import f;
attrs =
if builtins.typeOf file == "lambda" then
if builtins.isFunction file then
file {
inherit
lib