Skip to content

Commit

Permalink
Push to cachix.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Nov 6, 2023
1 parent aefeb1c commit 744efb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
uses: actions/checkout@v3
- name: install nix
uses: cachix/install-nix-action@v18
- uses: cachix/cachix-action@v12
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build

build-dev-shell:
Expand All @@ -18,4 +22,8 @@ jobs:
uses: actions/checkout@v3
- name: install nix
uses: cachix/install-nix-action@v18
- uses: cachix/cachix-action@v12
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#devShells.x86_64-linux.default

0 comments on commit 744efb5

Please sign in to comment.