Skip to content

Commit

Permalink
flake: Remove darwin from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Nov 4, 2024
1 parent db825a6 commit f210d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
checks = self.packages;

githubActions = nix-github-actions.lib.mkGithubMatrix {
checks = nixpkgs.lib.getAttrs [ "x86_64-linux" "aarch64-darwin" ] self.checks;
checks = nixpkgs.lib.getAttrs [ "x86_64-linux" ] self.checks;
};

packages = forAllSystems (
Expand Down

0 comments on commit f210d20

Please sign in to comment.