nix-conf/.forgejo/workflows/default.yml
Crony Akatsuki f3bd794ff0
Some checks failed
default / build (push) Failing after 52s
fix: try again.
2026-01-23 17:38:52 +01:00

19 lines
644 B
YAML

name: default
on:
push:
env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
build:
runs-on: native
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix build .#nixosConfigurations.bragi.config.system.build.toplevel
- run: nix build .#nixosConfigurations.thor.config.system.build.toplevel
- run: nix build .#nixosConfigurations.odin.config.system.build.toplevel
- run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel
- run: |
attic login actions https://cache.cronyakatsuki.xyz ${{ secrets.ATTIC_TOKEN }}
attic push system result -j 2