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 08eee47 commit 82234c2Copy full SHA for 82234c2
template/{% if github_actions %}.github{% endif %}/workflows/{% if nix %}nix.yml{% endif %}.jinja
@@ -36,6 +36,14 @@ jobs:
36
- uses: cachix/install-nix-action@v18
37
with:
38
nix_path: ${{ env.NIX_CHANNEL }}
39
+ # Remove bellow step if you do not want to use Cachix - Nix binary cache.
40
+ # For OpenSource projects there is free 5GB of storage.
41
+ # https://www.cachix.org
42
+ - name: Setup Cachix ❄️
43
+ uses: cachix/cachix-action@v12
44
+ with:
45
+ name: fastapi-mvc
46
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
47
- uses: actions/checkout@v3
48
- name: Check format
49
run: nix-shell -p nixpkgs-fmt --run 'nixpkgs-fmt --check .'
0 commit comments