From 1e861d43cfaf81c4ff6e1159934a97c9acbd7f8a Mon Sep 17 00:00:00 2001
From: Andrea Ciceri <andrea.ciceri@autistici.org>
Date: Thu, 25 Jan 2024 21:48:55 +0100
Subject: [PATCH] [CI] Temporarily remove checks

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

diff --git a/flake.nix b/flake.nix
index 1f8a1e8..66ea331 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,7 +54,7 @@
         ./hosts
         ./packages
         ./shell
-        ./checks
+        # ./checks
         ./ci
       ];
       systems = ["x86_64-linux" "aarch64-linux"];