this derivation will be built: /nix/store/1x70nvls08143962mg4k8w1vp0fri3ms-treefmt-check.drv error: Cannot build '/nix/store/1x70nvls08143962mg4k8w1vp0fri3ms-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/7vms4q0bz56sczj7n9xx4pf8hwk2gv5b-treefmt-check Last 20 log lines: > - ); > + nixosMachines = lib.mapAttrs' (name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel) ( > + (lib.filterAttrs (_: config: config.pkgs.stdenv.hostPlatform.system == system)) inputs.self.nixosConfigurations > + ); > packages = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages; > in > nixosMachines // packages; > diff --git a/hosts/marvin/services/nixbot.nix b/hosts/marvin/services/nixbot.nix > index fb13c51..b5d43d7 100644 > --- a/hosts/marvin/services/nixbot.nix > +++ b/hosts/marvin/services/nixbot.nix > @@ -12,7 +12,7 @@ in > services.nixbot = { > enable = true; > domain = d.extUrl; > - port = d.port; > + inherit (d) port; > useHTTPS = true; > nginx.enable = false; > evalMaxMemorySize = 4096; For full logs, run: nix log /nix/store/1x70nvls08143962mg4k8w1vp0fri3ms-treefmt-check.drv