From 4721b565121e893b35d3fd3e422860d1254c2fe2 Mon Sep 17 00:00:00 2001 From: Pawel Chojnacki Date: Tue, 25 Jun 2024 11:54:25 +0200 Subject: [PATCH] update github workflow description --- .github/workflows/nix-github-actions.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nix-github-actions.yml b/.github/workflows/nix-github-actions.yml index 7d329e8cc1..61800eddfc 100644 --- a/.github/workflows/nix-github-actions.yml +++ b/.github/workflows/nix-github-actions.yml @@ -1,4 +1,16 @@ -name: Nix Flake actions +# 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 checks on: pull_request: