nixos-config/.forgejo/workflows/build.yaml
Ingolf Wagner cca50a46e3
Some checks failed
/ build (push) Failing after 7s
test ssh_key
2024-07-20 00:06:40 +02:00

17 lines
582 B
YAML

on: [push]
jobs:
build:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: |
cat <<EOF > $PWD/id_rsa
${{ secrets.SSH_KEY }}
EOF
export NIX_SSHOPTS="-i $PWD/id_rsa"
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