nix-conf/.forgejo/workflows/cache.yaml
Crony Akatsuki f7c6a9ae24
Some checks failed
/ cache (push) Failing after 6s
feat: use full url
2026-03-13 09:07:29 +01:00

14 lines
420 B
YAML

on: [push]
jobs:
cache:
runs-on: native
steps:
- name: Setup Attic cache
uses: https://github.com/ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build freyja configuration
run: nix build .nixosConfigurations.freyja.config.system.build.toplevel