Skip to content

Commit

Permalink
update github workflow description
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelchcki committed Jun 25, 2024
1 parent 1f42f97 commit 1281145
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# this workflow automatically generates a matrix of builds and checks based on configuration in flake.nix
#
# githubActions = nix-github-actions.lib.mkGithubMatrix {
# checks = {
# inherit (self.checks) x86_64-linux;
# x86_64-darwin = builtins.removeAttrs self.checks.x86_64-darwin ["formatting"];
# };
#};
#
# runs all checks on linux and only the non-formatting checks on darwin
#

name: Nix Flake actions

on:
Expand Down

0 comments on commit 1281145

Please sign in to comment.