hydra: allow raspberry-pi to also be built
This commit is contained in:
parent
29da810fe3
commit
dd471a3d46
1 changed files with 1 additions and 3 deletions
|
@ -163,9 +163,7 @@
|
||||||
self = inputs.self;
|
self = inputs.self;
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) (
|
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
|
||||||
lib.filterAttrs (name: cfg: name != "nixberry") self.outputs.nixosConfigurations
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue