export hydra jobs
This commit is contained in:
parent
b1e438d1ec
commit
eba375e7b2
1 changed files with 6 additions and 0 deletions
|
@ -169,5 +169,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
hydraJobs =
|
||||
let
|
||||
get-toplevel = (host: nixSystem: nixSystem.config.microvm.declaredRunner or nixSystem.config.system.build.toplevel);
|
||||
in
|
||||
nixpkgs.lib.mapAttrs get-toplevel self.nixosConfigurations;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue