adding cachix to speed up the builds (#169)

This commit is contained in:
Rok Garbas 2020-08-28 22:57:06 +02:00 committed by GitHub
parent f10911f9d6
commit 652381936b
Failed to generate hash of commit
2 changed files with 10 additions and 0 deletions

View file

@ -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

View file

@ -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