Skip to content

Commit

Permalink
ci: update nix-build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 16, 2024
1 parent e476c9e commit 83b403d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
- .#packages.x86_64-linux.tailor-gui
- .#checks.x86_64-linux.formatting
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v12
- name: Set up cachix
uses: cachix/cachix-action@v15
with:
name: tuxedo-rs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 83b403d

Please sign in to comment.