We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42f97 commit 1281145Copy full SHA for 1281145
.github/workflows/nix-github-actions.yml
@@ -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
+
13
name: Nix Flake actions
14
15
on:
0 commit comments