removed macintosh from CI

This commit is contained in:
Luj 2023-08-07 15:55:04 +02:00
parent 6576353b93
commit 0d5e0024da

View file

@ -137,7 +137,7 @@
hydraJobs = {
packages = packages;
machines = lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations;
machines = lib.filterAttrs (n: v: n != "macintosh") (lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations);
};
};
}