From c4fa2fd5513203376c80bfdcfaf1d6fb92dbb224 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Wed, 30 Apr 2025 17:48:37 +0200 Subject: [PATCH] hydra: allow raspberry-pi to also be built --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4f69630..4cbcb5b 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; }