From c4a0f63369ba41238f1b9b83197b4923e2c6f563 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Fri, 20 Dec 2024 17:54:52 +0200 Subject: [PATCH] syntax mishap --- services/monitoring/prometheus.mod.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/monitoring/prometheus.mod.nix b/services/monitoring/prometheus.mod.nix index 9589a71..b1ffcdb 100644 --- a/services/monitoring/prometheus.mod.nix +++ b/services/monitoring/prometheus.mod.nix @@ -12,7 +12,7 @@ } ]; glucose.modules = [ - { + ({ lib, molecules, ... @@ -37,6 +37,6 @@ } ]; }; - } + }) ]; }