From e4fde51c6e56b9cd65850694c847a47f0d6c6026 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 23 May 2025 20:49:31 +0200 Subject: [PATCH] tofi: add missing lib module argument (#1370) Fixes: 7ffb31da6985 ("treewide: use mkTarget (batch 2) (#1362)") Link: https://github.com/nix-community/stylix/pull/1370 Reviewed-by: awwpotato Tested-by: repparw <45952970+repparw@users.noreply.github.com> --- modules/tofi/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tofi/hm.nix b/modules/tofi/hm.nix index 1922da49..3030edef 100644 --- a/modules/tofi/hm.nix +++ b/modules/tofi/hm.nix @@ -1,4 +1,4 @@ -{ mkTarget, ... }: +{ mkTarget, lib, ... }: mkTarget { name = "tofi"; humanName = "Tofi";