nixos-config/.forgejo/workflows/build.yaml
Ingolf Wagner bc1355aa09
Some checks failed
/ build (push) Failing after 6s
build cache
2024-07-19 22:50:32 +02:00

15 lines
573 B
YAML

on: [push]
jobs:
build:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: env
- run: |
export NIX_CONFIG="extra-access-tokens = git.ingolf-wagner.de=${{ secrets.ACCESS_TOKEN }}"
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