Reusable Nix CI action
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Neel Sani d1cc9762f0
Some checks failed
validate / action (push) Failing after 7s
sf
2026-09-20 16:14:46 +00:00
.forgejo/workflows sf 2026-09-20 16:14:46 +00:00
action.yml mark nix action obsolete 2026-09-20 16:02:11 +00:00
README.md mark nix action obsolete 2026-09-20 16:02:11 +00:00

nactions/nix

This action is obsolete. Do not use it in new workflows.

Use explicit Attic setup in each repository that needs cache access:

- name: Setup Attic cache
  uses: ryanccn/attic-action@v0
  with:
    endpoint: ${{ secrets.ATTIC_ENDPOINT }}
    cache: ${{ secrets.ATTIC_CACHE }}
    token: ${{ secrets.ATTIC_TOKEN }}

Then run the repository's Nix build and check commands directly in the workflow.