We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3f85b commit 0084730Copy full SHA for 0084730
.github/workflows/ci.yml
@@ -74,6 +74,8 @@ jobs:
74
- name: Generate Matrix for Matrix
75
id: generate-matrix
76
env:
77
+ CACHIX_CACHE: ${{ vars.CACHIX_CACHE }}
78
+ CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
79
MCL_BRANCH: ${{ github.repository == 'metacraft-labs/nixos-modules' && github.sha || 'main' }}
80
run: nix run --accept-flake-config github:metacraft-labs/nixos-modules/${{ env.MCL_BRANCH }}#mcl shard_matrix
81
outputs:
0 commit comments