Add Results.tex for baseline profile

This commit is contained in:
2026-03-17 18:44:49 +01:00
parent 910a7b2a81
commit 6b32967f32
33 changed files with 892 additions and 772 deletions

View File

@@ -3,7 +3,9 @@
imports = [ inputs.treefmt-nix.flakeModule ];
perSystem =
{ ... }:
{
...
}:
{
treefmt = {
# Used to find the project root
@@ -17,6 +19,7 @@
"AI_Data/**"
"Figures/**"
];
programs.typos = {
enable = true;
threads = 4;