Skip to content

Commit

Permalink
fixup! tests(ci): run flake checks in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Feb 21, 2025
1 parent 47290fb commit 8d4ea60
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 @@ -170,7 +170,7 @@
});

githubActions = nix-github-actions.lib.mkGithubMatrix {
checks = lib.getAttrs ["x86_64-linux" "x86_64-darwin"] (self.checks // self.packages);
checks = lib.getAttrs ["x86_64-linux"] (self.checks // self.packages);
};
};
}

0 comments on commit 8d4ea60

Please sign in to comment.