nix-conf/.forgejo/workflows/default.yml
Crony Akatsuki 70bf5d25b6
Some checks failed
default / build (push) Failing after 25s
fix: try nix-stable.
2026-01-21 17:56:25 +01:00

16 lines
309 B
YAML

name: default
on:
push:
env:
NIX_CONFIG: "accept-flake-config = true"
jobs:
build:
runs-on: nix-stable
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix flake check
continue-on-error: true
- run: nix build .#tyr
- run: nix build .#heimdall