mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
Add hydraJobs for all systems
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
dff2b6fc3e
commit
abb31ae1bb
|
@ -61,4 +61,5 @@ with lib; let
|
|||
foldr mergeAttrs {} systemConfigurations;
|
||||
in {
|
||||
flake.nixosConfigurations = eachNixosSystem "${roots.nixos}/systems";
|
||||
flake.hydraJobs.nixosConfigurations = mapAttrs (n: v: v.config.system.build.toplevel) (eachNixosSystem "${roots.nixos}/systems");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue