nixbot

builds

Mic92/tincr build #44 failed

branch main · PR #44 · commit d859013bbe · · took 3s

3 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.formatting 2s
treefmt-check: { packages = eachSystem ( - system: pkgs: { + system: pkgs: + { default = self.packages.${system}.tin …
treefmt-check:
     {
       packages = eachSystem (
-        system: pkgs: {
+        system: pkgs:
+        {
           default = self.packages.${system}.tincd;
           kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };
           kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };
failed checks.aarch64-linux.formatting 1s
treefmt-check: { packages = eachSystem ( - system: pkgs: { + system: pkgs: + { default = self.packages.${system}.tin …
treefmt-check:
     {
       packages = eachSystem (
-        system: pkgs: {
+        system: pkgs:
+        {
           default = self.packages.${system}.tincd;
           kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };
           kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };
failed checks.x86_64-linux.formatting 1s
treefmt-check: { packages = eachSystem ( - system: pkgs: { + system: pkgs: + { default = self.packages.${system}.tin …
treefmt-check:
     {
       packages = eachSystem (
-        system: pkgs: {
+        system: pkgs:
+        {
           default = self.packages.${system}.tincd;
           kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };
           kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };
24 succeeded
succeeded attributes
status attribute duration
loading…