finish converting outputRef to lambda

This commit is contained in:
Daniel Barlow
2024-08-30 20:46:48 +01:00
parent 0df2c83382
commit defbfce1fb
3 changed files with 5 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ let
inherit (lib) unique optional;
inherit (service) name;
watched-services = unique (map (f: f.service) watch);
paths = unique (map (f: f.path) watch);
watched-services = unique (map (f: f "service") watch);
paths = unique (map (f: f "path") watch);
restart-flag = {
restart = "-r";