Skip to content

Commit 1281145

Browse files
committed
update github workflow description
1 parent 1f42f97 commit 1281145

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .github/workflows/nix-github-actions.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# this workflow automatically generates a matrix of builds and checks based on configuration in flake.nix
2+
#
3+
# githubActions = nix-github-actions.lib.mkGithubMatrix {
4+
# checks = {
5+
# inherit (self.checks) x86_64-linux;
6+
# x86_64-darwin = builtins.removeAttrs self.checks.x86_64-darwin ["formatting"];
7+
# };
8+
#};
9+
#
10+
# runs all checks on linux and only the non-formatting checks on darwin
11+
#
12+
113
name: Nix Flake actions
214

315
on:

0 commit comments

Comments
 (0)