From c1ab929c4e2e22b3bac2324790be8d52fbeb7122 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Mon, 10 Nov 2025 10:43:19 -0500 Subject: [PATCH] Disable hydra/checks --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2f83b12..4c2e631 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; }