dotfiles/.forgejo/workflows/build_nixos_configs.yml
alejandro-angulo de88947634
Some checks failed
Buill NixOS Configurations / Explore-Forgejo-Actions (carbon) (push) Successful in 1m46s
Buill NixOS Configurations / Explore-Forgejo-Actions (git) (push) Successful in 24s
Buill NixOS Configurations / Explore-Forgejo-Actions (gospel) (push) Failing after 25s
Buill NixOS Configurations / Explore-Forgejo-Actions (node) (push) Successful in 2m16s
Add workflow for building all relevant configs
2026-02-14 17:52:51 -08:00

19 lines
483 B
YAML

name: Buill NixOS Configurations
on: [push]
jobs:
Explore-Forgejo-Actions:
runs-on: nix-builder
strategy:
matrix:
system:
- "carbon"
- "git"
- "gospel"
- "node"
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: |
echo 'Building configuration for ${{ matrix.system }}'
nix build .#nixosConfigurations.${{ matrix.system }}.config.system.build.toplevel