hydra: allow raspberry-pi to also be built

This commit is contained in:
Christoph Hollizeck 2025-04-30 17:48:37 +02:00
parent 3b1d3dedba
commit c4fa2fd551
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -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;
};
};
}