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:
NAHO 2025-07-09 17:01:21 +02:00 committed by GitHub
parent 82a1f36f80
commit 7b9a528d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 13 additions and 13 deletions

View file

@ -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 ".")
];