diff options
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; }; } |
