mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
removed macintosh from CI
This commit is contained in:
parent
6576353b93
commit
0d5e0024da
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
Add a link
Reference in a new issue