diff options
| author | Grigory Shipunov | 2023-05-26 21:35:05 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-05-26 21:35:05 +0200 |
| commit | eba375e7b2c03bd72a29f0cbd99e2ca1fcaabf3f (patch) | |
| tree | 814fdf989102c1fdbd64aee986e8a44ed3d3e616 /flake.nix | |
| parent | b1e438d1ec4eba518cd54ffc01703b0488d9fb5d (diff) | |
export hydra jobs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 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; }; } |
