Disable Hercules CI for aarch64-linux
This commit is contained in:
parent
f1483e45f0
commit
4083299ec1
1 changed files with 5 additions and 1 deletions
|
@ -93,8 +93,12 @@
|
||||||
inputs.hercules-ci-effects.flakeModule
|
inputs.hercules-ci-effects.flakeModule
|
||||||
];
|
];
|
||||||
systems = ["x86_64-linux" "aarch64-linux"];
|
systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
herculesCI.ciSystems = ["x86_64-linux" "aarch64-linux"];
|
herculesCI.ciSystems = [
|
||||||
|
"x86_64-linux"
|
||||||
|
# "aarch64-linux"
|
||||||
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://hyprland.cachix.org"
|
"https://hyprland.cachix.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue