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