treewide: replace lib.listToAttrs with builtins.listToAttrs (#1760)
Link: https://github.com/nix-community/stylix/pull/1760 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
c4f87efbfa
commit
af85565aba
2 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@ let
|
|||
value = mkColorTriple hex;
|
||||
};
|
||||
|
||||
colors' = lib.listToAttrs (map mkColorMapping (lib.range 0 15));
|
||||
colors' = builtins.listToAttrs (map mkColorMapping (lib.range 0 15));
|
||||
|
||||
kdecolors = with colors'; {
|
||||
BackgroundNormal = base00;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue