From 03f49165dd34cda5933b861fb936dcd85168601c Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 18:31:27 -0400 Subject: [PATCH] Speed this up for now Signed-off-by: Xe --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b26abbc..77c3ac7 100644 --- a/flake.nix +++ b/flake.nix @@ -346,7 +346,7 @@ # }; # This is highly advised, and will prevent many possible mistakes - checks = builtins.mapAttrs - (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; + # checks = builtins.mapAttrs + # (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; }; }