Skip to content

Commit

Permalink
fix: update-cachix.yml (#104)
Browse files Browse the repository at this point in the history
Closes #92 

Fixes a syntax error in the cachix update action.
  • Loading branch information
eureka-cpu authored Dec 12, 2024
1 parent 7bbbcd6 commit 4ade6c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,22 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
extra-substituters = https://bonsol.cachix.org
extra-trusted-public-keys = bonsol.cachix.org-1:yz7vi1rCPW1BpqoszdJvf08HZxQ/5gPTPxft4NnT74A=
- name: Install and configure Cachix
uses: cachix/cachix-action@v15
with:
name: bonsol
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Run nix flake check
run: nix flake check

- name: Enter development shell
run: nix develop

0 comments on commit 4ade6c8

Please sign in to comment.