nixbot

builds

succeeded setup x86_64-linux.treefmt · build #5 · raw

1this derivation will be built:2 /nix/store/1x70nvls08143962mg4k8w1vp0fri3ms-treefmt-check.drv3error: Cannot build '/nix/store/1x70nvls08143962mg4k8w1vp0fri3ms-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/7vms4q0bz56sczj7n9xx4pf8hwk2gv5b-treefmt-check7 Last 20 log lines:8 > - );9 > + nixosMachines = lib.mapAttrs' (name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel) (10 > + (lib.filterAttrs (_: config: config.pkgs.stdenv.hostPlatform.system == system)) inputs.self.nixosConfigurations11 > + );12 > packages = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages;13 > in14 > nixosMachines // packages;15 > diff --git a/hosts/marvin/services/nixbot.nix b/hosts/marvin/services/nixbot.nix16 > index fb13c51..b5d43d7 10064417 > --- a/hosts/marvin/services/nixbot.nix18 > +++ b/hosts/marvin/services/nixbot.nix19 > @@ -12,7 +12,7 @@ in20 > services.nixbot = {21 > enable = true;22 > domain = d.extUrl;23 > - port = d.port;24 > + inherit (d) port;25 > useHTTPS = true;26 > nginx.enable = false;27 > evalMaxMemorySize = 4096;28 For full logs, run:29 nix log /nix/store/1x70nvls08143962mg4k8w1vp0fri3ms-treefmt-check.drv