Disable hydra/checks

This commit is contained in:
2025-11-10 10:43:19 -05:00
parent 087da792de
commit c1ab929c4e

View File

@@ -116,10 +116,10 @@
};
};
# 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;
hydraJobs = {
inherit (me-emacs) packages;
# inherit (me-emacs) packages;
};
};
}