Skip to content

Commit

Permalink
adding cachix to speed up the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Aug 28, 2020
1 parent f10911f commit 868484a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cron.yml
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Installing Nix
uses: cachix/install-nix-action@v8

- uses: cachix/cachix-action@v6
with:
name: nixos-search
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

- name: Installing awscli
run: |
nix-env -iA nixpkgs.awscli
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Installing Nix
uses: cachix/install-nix-action@v9

- uses: cachix/cachix-action@v6
with:
name: nixos-search
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

- name: Installing NixFlakes
run: |
nix-env -iA nixpkgs.nixFlakes
Expand Down

0 comments on commit 868484a

Please sign in to comment.