reformat and add hydra jobs back

This commit is contained in:
Grisha Shipunov 2025-01-03 00:30:55 +01:00
parent 02c23ecd79
commit b08ed7b544

View file

@ -95,5 +95,10 @@
]; ];
}; };
}; };
hydraJobs =
let
get-toplevel = (host: nixSystem: nixSystem.config.microvm.declaredRunner or nixSystem.config.system.build.toplevel);
in
nixpkgs-stable.lib.mapAttrs get-toplevel self.nixosConfigurations;
}; };
} }