mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add hydraJobs
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
04c43d9ed5
commit
734e9ab6a4
10
flake.nix
10
flake.nix
|
@ -83,6 +83,16 @@
|
||||||
inputs.uterranix.flakeModule
|
inputs.uterranix.flakeModule
|
||||||
];
|
];
|
||||||
|
|
||||||
|
flake.hydraJobs =
|
||||||
|
let
|
||||||
|
inherit (lib)
|
||||||
|
mapAttrs;
|
||||||
|
in
|
||||||
|
{
|
||||||
|
nixng = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixngConfigurations;
|
||||||
|
nixos = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations;
|
||||||
|
};
|
||||||
|
|
||||||
uterranix.config = [
|
uterranix.config = [
|
||||||
./terranix/default.nix
|
./terranix/default.nix
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue