nixbot

builds

failed treefmt-check x86_64-linux.treefmt · build #6 · raw

1treefmt v2.5.0traversed 419 files2emitted 412 files for processing3formatted 412 files (1 changed) in 992ms4 M flake.nix5diff --git a/flake.nix b/flake.nix6index f948b5a..779383b 1006447--- a/flake.nix8+++ b/flake.nix9@@ -182,12 +182,9 @@10 # Export all outputs as checks for nixbot11 checks =12 let13- nixosMachines =14- lib.mapAttrs' (name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel)15- (16- (lib.filterAttrs (_: config: config.pkgs.stdenv.hostPlatform.system == system))17- inputs.self.nixosConfigurations18- );19+ nixosMachines = lib.mapAttrs' (name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel) (20+ (lib.filterAttrs (_: config: config.pkgs.stdenv.hostPlatform.system == system)) inputs.self.nixosConfigurations21+ );22 packages = lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages;23 in24 nixosMachines // packages;