This commit is contained in:
plasmagoat 2025-06-08 03:38:27 +02:00
parent 045f2208dd
commit 9139ac9985

View file

@ -57,6 +57,7 @@ jobs:
run: | run: |
nix-env -iA cachix -f https://cachix.org/api/v1/install nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use plasmagoat cachix use plasmagoat
cachix authtoken ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build NixOS image - name: Build NixOS image
run: | run: |