feat: add progress to wired-notify

This commit is contained in:
oddlama 2023-10-12 04:05:19 +02:00
parent f09c203f8f
commit 056fe1e7fe
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 77 additions and 20 deletions

View file

@ -86,6 +86,8 @@
entriesStr =
if value ? _ronType
then specialType indent value
else if builtins.isList value
then list newIndent value
else let
entries = mapAttrsToList toEntry value;
entriesStrSpace = concatStringsSep ", " entries;