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