Skip to content

Commit

Permalink
Setup cache and devenv binary caches without cachix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 16, 2023
1 parent fbf57e5 commit 7fc5310
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Setup Cachix
uses: cachix/cachix-action@v12
with:
name: devenv
extra_nix_config: |
substituters = https://cache.nixos.org https://devenv.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=
# - name: Setup Cachix
# uses: cachix/cachix-action@v12
# with:
# name: devenv
- run: cat /etc/nix/nix.conf
- run: cat ~/.config/nix/nix.conf
- name: Build configuration
Expand Down

0 comments on commit 7fc5310

Please sign in to comment.