treefmt-check
checks.aarch64-darwin.formatting
· build #41
· raw
1treefmt v2.5.0traversed 705 files2emitted 315 files for processing3formatted 315 files (1 changed) in 419ms4 M flake.nix5diff --git a/flake.nix b/flake.nix6index 6bb281e..83062bd 1006447--- a/flake.nix8+++ b/flake.nix9@@ -44,7 +44,8 @@10 in11 {12 packages = eachSystem (13- system: pkgs: {14+ system: pkgs:15+ {16 default = self.packages.${system}.tincd;17 kat-vectors = pkgs.callPackage ./nix/kat-vectors.nix { };18 kat-graph = pkgs.callPackage ./nix/kat-graph.nix { };