Added hydra module

This commit is contained in:
Alejandro Angulo 2024-03-02 10:06:18 -08:00
parent 42a83db85e
commit 13d655a789
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 43 additions and 0 deletions

View file

@ -88,5 +88,12 @@
# TODO: Re-enable this when I figure out how to prevent needing to build
# dependencies for architectures other than the host machine
# checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
hydraJobs = {
inherit
(inputs.self)
packages
;
};
};
}