nix-conf/.forgejo/workflows/cache.yaml
Crony Akatsuki 2edeecaefd
Some checks failed
/ cache (push) Failing after 17s
feat: use debian container.
2026-03-13 23:06:36 +01:00

18 lines
575 B
YAML

on: [push]
jobs:
cache:
runs-on: debian-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Install nix
uses: https://github.com/cachix/install-nix-action
- 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