(zilch nix daemon): use record instead of list for activity information

This commit is contained in:
puck 2024-10-09 20:57:10 +00:00
parent 84207df87d
commit 0c575ca0e4
3 changed files with 35 additions and 20 deletions

View file

@ -36,6 +36,6 @@
(component-dependencies zilch.lib.hash zilch.nix.hash zilch.nix.path))
(extension zilch.statusbar
(source "src/statusbar.sld")
(component-dependencies zilch.magic))
(component-dependencies zilch.magic zilch.nix.daemon))
(extension zilch.lib.getopt
(source "src/lib/getopt.sld"))))