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:
parent
7ffb31da69
commit
e4fde51c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ mkTarget, ... }:
|
||||
{ mkTarget, lib, ... }:
|
||||
mkTarget {
|
||||
name = "tofi";
|
||||
humanName = "Tofi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue