Generate colmena and hydraJobs outputs from the same hosts attribute set
This commit is contained in:
parent
5856edeb47
commit
59a7e36838
3 changed files with 15 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nixos-generators, ... }@inputs: let
|
||||
hosts = import ./hosts.nix inputs;
|
||||
helper = (import ./helper.nix) inputs;
|
||||
helper = import ./helper.nix inputs;
|
||||
in {
|
||||
colmena = {
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue