flake: remove ciSystems

This commit is contained in:
zowoq 2023-05-16 18:58:18 +10:00
parent a1aa19ebfc
commit 0594d601a0

View file

@ -50,8 +50,6 @@
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
herculesCI = { lib, ... }: {
ciSystems = [ "x86_64-linux" "aarch64-linux" ];
onPush.default.outputs = {
checks = lib.mkForce self.outputs.checks.x86_64-linux;
packages = lib.mkForce self.outputs.packages.x86_64-linux;