Goodbye macintosh (3)

This commit is contained in:
Luj 2023-08-18 10:53:12 +02:00
parent 7cf31a1b8b
commit 20565514c6
2 changed files with 3 additions and 3 deletions

View file

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