summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index de71dcf..17a1c5c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
};
}