diff --git a/pkgs/anoia/svc.fnl b/pkgs/anoia/svc.fnl index 86ef2e8..ace311c 100644 --- a/pkgs/anoia/svc.fnl +++ b/pkgs/anoia/svc.fnl @@ -60,7 +60,7 @@ (not (has-file? ".outputs/.lock")))) :property (fn [_ filename] (read-value (append-path properties-dir filename))) - :output (fn [filename new-value] + :output (fn [_ filename new-value] (if new-value (write-value (append-path outputs-dir filename) new-value) (or