Added hydra module
This commit is contained in:
parent
42a83db85e
commit
13d655a789
2 changed files with 43 additions and 0 deletions
|
@ -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
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue