Compare commits

...

1 Commits

Author SHA1 Message Date
c1ab929c4e Disable hydra/checks 2025-11-10 10:43:19 -05:00

View File

@@ -116,10 +116,10 @@
}; };
}; };
# This is highly advised, and will prevent many possible mistakes # 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 = { hydraJobs = {
inherit (me-emacs) packages; # inherit (me-emacs) packages;
}; };
}; };
} }