nixbot

builds

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

1this derivation will be built:2 /nix/store/6q7m6bnr8j3njb11cxxfh44a0lllpzib-treefmt-check.drv3error: Cannot build '/nix/store/6q7m6bnr8j3njb11cxxfh44a0lllpzib-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/nv621z02jsr8jcdg68ikpyghilnq06l6-treefmt-check7 Last 20 log lines:8 > diff --git a/flake.nix b/flake.nix9 > index f948b5a..779383b 10064410 > --- a/flake.nix11 > +++ b/flake.nix12 > @@ -182,12 +182,9 @@13 > # Export all outputs as checks for nixbot14 > checks =15 > let16 > - nixosMachines =17 > - lib.mapAttrs' (name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel)18 > - (19 > - (lib.filterAttrs (_: config: config.pkgs.stdenv.hostPlatform.system == system))20 > - inputs.self.nixosConfigurations21 > - );22 > + nixosMachines = lib.mapAttrs' (name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel) (23 > + (lib.filterAttrs (_: config: config.pkgs.stdenv.hostPlatform.system == system)) inputs.self.nixosConfigurations24 > + );25 > packages = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages;26 > in27 > nixosMachines // packages;28 For full logs, run:29 nix log /nix/store/6q7m6bnr8j3njb11cxxfh44a0lllpzib-treefmt-check.drv