hydra: allow raspberry-pi to also be built

This commit is contained in:
Christoph Hollizeck 2025-04-30 17:48:37 +02:00
parent 29da810fe3
commit dd471a3d46
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7

View file

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