nixbot

builds
1this derivation will be built:2 /nix/store/l0sf1bqqrh7gh02md4pgpli05hylkjib-treefmt-check.drv3error: Cannot build '/nix/store/l0sf1bqqrh7gh02md4pgpli05hylkjib-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/lgxhnq91zspm7qiac9f1lir2swphfgh6-treefmt-check7 Last 19 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 728 files10 > emitted 315 files for processing11 > formatted 315 files (1 changed) in 867ms12 > M flake.nix13 > diff --git a/flake.nix b/flake.nix14 > index 64a5f07..f340f30 10064415 > --- a/flake.nix16 > +++ b/flake.nix17 > @@ -44,7 +44,8 @@18 > in19 > {20 > packages = eachSystem (21 > - system: pkgs: {22 > + system: pkgs:23 > + {24 > default = self.packages.${system}.tincd;25 > kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };26 > kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };27 For full logs, run:28 nix log /nix/store/l0sf1bqqrh7gh02md4pgpli05hylkjib-treefmt-check.drv