this derivation will be built: /nix/store/vm648sr34m1qng82w0s8vmm4zkgw225l-treefmt-check.drv error: Cannot build '/nix/store/vm648sr34m1qng82w0s8vmm4zkgw225l-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/82q5i98rhd8axllaj6ajiqcq983vnx01-treefmt-check Last 25 log lines: > index ad6301e..7039809 100644 > --- a/lib/monitoring.nix > +++ b/lib/monitoring.nix > @@ -219,7 +219,7 @@ in > } > // routed.transforms; > > - sinks = routed.sinks; > + inherit (routed) sinks; > }; > > mkFilesystemFreeSpaceAlerts = > diff --git a/modules/monitoring/systemd-status-exporter.nix b/modules/monitoring/systemd-status-exporter.nix > index 9a2b925..8ed8a73 100644 > --- a/modules/monitoring/systemd-status-exporter.nix > +++ b/modules/monitoring/systemd-status-exporter.nix > @@ -126,7 +126,7 @@ in > input = sourceName; > endpoint = cfg.lokiEndpoint; > labels = { > - host = cfg.host; > + inherit (cfg) host; > log_type = "systemd_status"; > event = "job_snapshot"; > }; For full logs, run: nix log /nix/store/vm648sr34m1qng82w0s8vmm4zkgw225l-treefmt-check.drv