Skip to content

Commit

Permalink
Update nix:build Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-b committed Nov 13, 2023
1 parent fb27899 commit 106dc04
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Install Nix ❄
uses: cachix/install-nix-action@v15
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable

- name: Link Cachix 🔌
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: cofree-coffee
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Deploy 🚀
run: nix build
run: nix build

0 comments on commit 106dc04

Please sign in to comment.