nix-conf/.forgejo/workflows/default.yml
Crony Akatsuki 4df3cfcd03
All checks were successful
default / build (push) Successful in 19m14s
fix: actualyl do the system build.
2026-01-22 16:10:12 +01:00

18 lines
561 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 flake check
continue-on-error: true
- 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