From 45047dc0237a7b6d5edaa68e4bca101a51cfffb8 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 21 Mar 2025 21:09:05 +0000 Subject: [PATCH] squahs falls back --- pkgs/anoia/svc.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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