From a6370158addacf96971ed8a23ab21016fc7d45b0 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Fri, 6 Jan 2023 16:25:23 +1000
Subject: [PATCH] ci: disable treefmt check

---
 ci.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci.nix b/ci.nix
index c0f0f6b..e6767f4 100644
--- a/ci.nix
+++ b/ci.nix
@@ -12,4 +12,4 @@ in
   # FIXME: maybe find a more generic solution here?
   devShell-x86_64 = self.outputs.devShells.x86_64-linux.default;
   devShell-aarch64 = self.outputs.devShells.aarch64-linux.default;
-} // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...
+}# // self.outputs.checks.x86_64-linux # mainly for treefmt at the moment...