mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
Goodbye macintosh (3)
This commit is contained in:
parent
7cf31a1b8b
commit
20565514c6
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue