diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-02-12 16:57:55 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-02-12 16:57:55 +0000 |
commit | 810b89fb7044b7b553f9143513889183d0b68049 (patch) | |
tree | e3bc10946158b48b34a5b0d8f644e17472071b5f | |
parent | ea40460630f60b9b7e192bc92c394e380f6a8322 (diff) |
services: mako: pass a list to filter
-rw-r--r-- | yellowsquid/services/mako.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yellowsquid/services/mako.scm b/yellowsquid/services/mako.scm index e005690..8dfad9f 100644 --- a/yellowsquid/services/mako.scm +++ b/yellowsquid/services/mako.scm @@ -21,7 +21,7 @@ config (filter-configuration-fields mako-configuration-fields - 'config-parts))))) + '(config-parts)))))) (define mako-service-type (service-type (name 'mako) |