diff --git a/flake.nix b/flake.nix index 6d3a89a..2eae94d 100644 --- a/flake.nix +++ b/flake.nix @@ -174,9 +174,10 @@ 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) ( + # lib.filterAttrs (name: cfg: name != "nixberry") self.outputs.nixosConfigurations + # ); + hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations; packages = self.packages; shells = lib.filterAttrs (name: shell: name == "x86_64-linux") self.devShells; };