treefmt-check
checks.x86_64-linux.formatting
· build #44
· raw
1tribuchet: building on jamie2treefmt v2.5.0traversed 705 files3emitted 315 files for processing4formatted 315 files (1 changed) in 672ms5 M flake.nix6diff --git a/flake.nix b/flake.nix7index 6bb281e..83062bd 1006448--- a/flake.nix9+++ b/flake.nix10@@ -44,7 +44,8 @@11 in12 {13 packages = eachSystem (14- system: pkgs: {15+ system: pkgs:16+ {17 default = self.packages.${system}.tincd;18 kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };19 kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };