Skip to content

Commit

Permalink
ci: configure nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Jun 18, 2024
1 parent f03634f commit b13c450
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Install & configure Cachix
shell: bash
run: |
nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
cachix use hax
- uses: actions/checkout@v4
- run: nix build -L

0 comments on commit b13c450

Please sign in to comment.