mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 01:00:54 +02:00
removed macintosh from CI
This commit is contained in:
parent
043d85c3da
commit
69516d6983
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue