Skip to content

Commit

Permalink
Merge pull request #83 from cofree-coffee/chore/update-nixpkgs
Browse files Browse the repository at this point in the history
Update Nixpkgs
  • Loading branch information
solomon-b authored Nov 13, 2023
2 parents 2466a44 + 106dc04 commit 1683c57
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 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
30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1683c57

Please sign in to comment.