setup
x86_64-linux.treefmt
· build #165
· raw
1this derivation will be built:2 /nix/store/vm648sr34m1qng82w0s8vmm4zkgw225l-treefmt-check.drv3error: Cannot build '/nix/store/vm648sr34m1qng82w0s8vmm4zkgw225l-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/82q5i98rhd8axllaj6ajiqcq983vnx01-treefmt-check7 Last 25 log lines:8 > index ad6301e..7039809 1006449 > --- a/lib/monitoring.nix10 > +++ b/lib/monitoring.nix11 > @@ -219,7 +219,7 @@ in12 > }13 > // routed.transforms;14 > 15 > - sinks = routed.sinks;16 > + inherit (routed) sinks;17 > };18 > 19 > mkFilesystemFreeSpaceAlerts =20 > diff --git a/modules/monitoring/systemd-status-exporter.nix b/modules/monitoring/systemd-status-exporter.nix21 > index 9a2b925..8ed8a73 10064422 > --- a/modules/monitoring/systemd-status-exporter.nix23 > +++ b/modules/monitoring/systemd-status-exporter.nix24 > @@ -126,7 +126,7 @@ in25 > input = sourceName;26 > endpoint = cfg.lokiEndpoint;27 > labels = {28 > - host = cfg.host;29 > + inherit (cfg) host;30 > log_type = "systemd_status";31 > event = "job_snapshot";32 > };33 For full logs, run:34 nix log /nix/store/vm648sr34m1qng82w0s8vmm4zkgw225l-treefmt-check.drv