hydra: allow raspberry-pi to also be built
This commit is contained in:
parent
3b1d3dedba
commit
c4fa2fd551
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