From 1614015fca405cf32d97cef25d44f80d832f3470 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 16 Jan 2026 19:54:56 -0500 Subject: [PATCH] remove agg jobs --- hydra/jobs.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hydra/jobs.nix b/hydra/jobs.nix index 6fbc994..d6f1306 100644 --- a/hydra/jobs.nix +++ b/hydra/jobs.nix @@ -8,10 +8,7 @@ let pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux; getCfg = _: cfg: cfg.config.system.build.toplevel; - hostToAgg = _: cfg: cfg; - getHome = _: cfg: cfg.config.home.activationPackage; - homeToAgg = _: cfg: cfg; # get per-system check derivation (with optional postfix) mapSystems = @@ -27,15 +24,6 @@ rec { host = lib.mapAttrs getCfg outputs.nixosConfigurations; home = lib.mapAttrs getHome outputs.homeConfigurations; # homeConfigurations.alice.config.home.activationPackage - hosts = pkgs.releaseTools.aggregate { - name = "hosts"; - constituents = lib.mapAttrsToList hostToAgg host; - }; - homes = pkgs.releaseTools.aggregate { - name = "homes"; - constituents = lib.mapAttrsToList homeToAgg home; - }; - devChecks = pkgs.releaseTools.aggregate { name = "devChecks"; constituents = lib.flatten [