Skip to content

Commit

Permalink
disable hercules ci on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Sep 3, 2023
1 parent 4f15b11 commit a58fa18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"x86_64-linux"
];

flake.herculesCI.ciSystems = [
"aarch64-linux"
"x86_64-linux"
];

perSystem = { lib, pkgs, ... }:
let
inherit (lib)
Expand Down

0 comments on commit a58fa18

Please sign in to comment.