tofi: add missing lib module argument (#1370)

Fixes: 7ffb31da69 ("treewide: use mkTarget (batch 2) (#1362)")
Link: https://github.com/nix-community/stylix/pull/1370

Reviewed-by: awwpotato <awwpotato@voidq.com>
Tested-by: repparw <45952970+repparw@users.noreply.github.com>
This commit is contained in:
NAHO 2025-05-23 20:49:31 +02:00 committed by GitHub
parent 7ffb31da69
commit e4fde51c6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
{ mkTarget, ... }:
{ mkTarget, lib, ... }:
mkTarget {
name = "tofi";
humanName = "Tofi";