nixbot

builds
1this derivation will be built:2 /nix/store/dg6dchwqa5lp2r3ikihsv0wkla39v13g-treefmt-check.drv3error: Cannot build '/nix/store/dg6dchwqa5lp2r3ikihsv0wkla39v13g-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/wqcwz1rdw555ji4m666655ckm4isfim3-treefmt-check7 Last 19 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 705 files10 > emitted 315 files for processing11 > formatted 315 files (1 changed) in 869ms12 > M flake.nix13 > diff --git a/flake.nix b/flake.nix14 > index 6bb281e..83062bd 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/dg6dchwqa5lp2r3ikihsv0wkla39v13g-treefmt-check.drv