We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbb59e commit 6be437eCopy full SHA for 6be437e
.github/workflows/check.yml
@@ -18,6 +18,7 @@ jobs:
18
- uses: cachix/install-nix-action@v17
19
with:
20
extra_nix_config: |
21
+ access-tokens = github.com=${{ github.token }}
22
system-features = nixos-test benchmark big-parallel kvm recursive-nix
23
substituters = https://nrdxp.cachix.org https://nix-community.cachix.org https://cache.nixos.org
24
trusted-public-keys = nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
0 commit comments