From 915b458faa1eca81fb62bab2dc39dede79fa4fd3 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 13 Dec 2021 10:41:15 +0100
Subject: ...

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

diff --git a/flake.nix b/flake.nix
index 768f19bd..744c3b93 100644
--- a/flake.nix
+++ b/flake.nix
@@ -180,6 +180,6 @@
           };
         }) (nixImport { dir = ./hosts; _import = (_path: name: name); });
 
-        checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
+        # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
       };
 }
-- 
cgit v1.2.3