#17 Attempt to configure Cachix

This commit is contained in:
Joey Hafner 2024-10-25 20:17:26 -07:00
parent 845dd73882
commit c717e3b680
No known key found for this signature in database

View File

@ -21,6 +21,12 @@ jobs:
with: with:
github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }} github_access_token: ${{ secrets.RUNNER_GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-24.05 nix_path: nixpkgs=channel:nixos-24.05
- name: Configure Cachix
uses: cachix/cachix-action@v15
with:
name: jafnernet
authToken: '${{ secrets.CACHIX_TOKEN }}'
extraPullNames: nix-community
- name: Configure SSH key - name: Configure SSH key
run: | run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key