nixbot

builds

Mic92/radicle-mirror build #29 failed

branch main · PR #8 · commit 2b7dbbb077 · · took 1m 7s

3 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.formatting 2s
treefmt-check: - formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper); + formatter = forAllSystems …
treefmt-check:
 
-      formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+      formatter = forAllSystems (
+        pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper
+      );
 
       # export every package and devshell as a check so CI builds them all
       checks = forAllSystems (
failed checks.aarch64-linux.formatting 1s
treefmt-check: default = pkgs.callPackage ./nix/devshell.nix { }; }); - formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlat …
treefmt-check:
         default = pkgs.callPackage ./nix/devshell.nix { };
       });
-      formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+      formatter = forAllSystems (
+        pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper
+      );
       # export every package and devshell as a check so CI builds them all
       checks = forAllSystems (
failed checks.x86_64-linux.formatting 1s
treefmt-check: default = pkgs.callPackage ./nix/devshell.nix { }; }); - formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlat …
treefmt-check:
         default = pkgs.callPackage ./nix/devshell.nix { };
       });
-      formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+      formatter = forAllSystems (
+        pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper
+      );
       # export every package and devshell as a check so CI builds them all
       checks = forAllSystems (
11 succeeded
succeeded attributes
status attribute duration
loading…