Add hydra jobs for Nix configuration
This commit is contained in:
parent
481271af9c
commit
e1f58a4306
1 changed files with 4 additions and 0 deletions
|
@ -68,5 +68,9 @@
|
|||
}
|
||||
)
|
||||
flake-utils.lib.defaultSystems);
|
||||
|
||||
hydraJobs = {
|
||||
nixos = builtins.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.nixosConfigurations;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue