nixos-config/.forgejo/workflows/build.yaml
Ingolf Wagner 83ed770249
Some checks failed
/ build (push) Failing after 7s
build cache
2024-07-19 22:33:54 +02:00

13 lines
460 B
YAML

on: [push]
jobs:
build:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: env
- run: nix flake update
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
- run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel