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; }; }