treewide: replace builtins.toString with toString (#1657)
Link: https://github.com/nix-community/stylix/pull/1657 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
82a1f36f80
commit
7b9a528d6c
10 changed files with 13 additions and 13 deletions
|
|
@ -66,7 +66,7 @@
|
|||
]) { inherit old new; };
|
||||
names = builtins.mapAttrs (_: lib.showAttrPath) paths // {
|
||||
until = lib.pipe until [
|
||||
builtins.toString
|
||||
toString
|
||||
(builtins.match "([[:digit:]]{2})([[:digit:]]{2})")
|
||||
(lib.concatStringsSep ".")
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue