Skip to content

Commit 4721b56

Browse files
committed
update github workflow description
1 parent 1f42f97 commit 4721b56

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
name: Nix Flake actions
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+
13+
name: Nix checks
214

315
on:
416
pull_request:

0 commit comments

Comments
 (0)