Skip to content

Commit

Permalink
Install nix channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 19, 2024
1 parent c804fe8 commit 232ba0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('shell.nix') }}

- name: Install Nix channels
run: |
nix-channel --add https://nixos.org/channels/nixpkgs-23.11-darwin nixpkgs
nix-channel --update
- name: Cache Python packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 232ba0d

Please sign in to comment.