setup
checks.x86_64-linux.formatting
· build #44
· raw
1this derivation will be built:2 /nix/store/gpg1fadm18k25an269vgiyxlni3xbvs0-treefmt-check.drv3error: Cannot build '/nix/store/gpg1fadm18k25an269vgiyxlni3xbvs0-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/a28m6mya7ky1b91fww7p9jnz45aq747g-treefmt-check7 Last 19 log lines:8 > tribuchet: building on jamie9 > treefmt v2.5.0traversed 705 files10 > emitted 315 files for processing11 > formatted 315 files (1 changed) in 672ms12 > 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/gpg1fadm18k25an269vgiyxlni3xbvs0-treefmt-check.drv