Generate colmena and hydraJobs outputs from the same hosts attribute set

This commit is contained in:
fi 2023-07-31 15:03:52 +02:00
parent 5856edeb47
commit 59a7e36838
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
3 changed files with 15 additions and 6 deletions

View file

@ -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 = {