Remove aarch64-darwin from herculesCI.ciSystems
This commit is contained in:
parent
b9f759eff0
commit
fcc627d7d1
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{lib, ...}: {
|
||||
defaultEffectSystem = "aarch64-linux";
|
||||
|
||||
hercules-ci = {
|
||||
|
@ -7,4 +7,10 @@
|
|||
when.dayOfWeek = "Mon";
|
||||
};
|
||||
};
|
||||
|
||||
# TODO: Remove once I set up a macOS server
|
||||
herculesCI.ciSystems = lib.mkForce [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue