remove attic push
Some checks failed
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 57s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 1m3s
Check Nix formatting / Perform Nix format checks (pull_request) Failing after 1m32s

This commit is contained in:
2025-05-26 18:32:30 -04:00
parent dbe8a2a2b9
commit ff00f134dd
3 changed files with 7 additions and 22 deletions

View File

@ -16,6 +16,13 @@ jobs:
uses: sigyl-actions/gitea-action-get-latest-release@main
with:
repository: ahuston-0/determinate-nix-installer
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
skip-push: "true"
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
with: