nixos-config/.forgejo/workflows/nix_build.yaml
Ingolf Wagner e001c5f940
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 3s
try to fix the git push frogejo action
2024-07-21 10:49:25 +02:00

42 lines
987 B
YAML

name: Build all NixOS Configurations
on:
- push
jobs:
nix build:
runs-on: native
steps:
- uses: actions/checkout@v4
# - name: setup ssh
# run: |
# cat <<EOF > .id_rsa
# ${{ secrets.SSH_KEY }}
# EOF
# chmod 600 .id_rsa
#
# eval $(ssh-agent)
# ssh-add .id_rsa
#
# nix flake archive
#
# echo $SSH_AGENT_PID
# kill $SSH_AGENT_PID
#
# - name: nix flake check
# run: nix flake check --verbose --log-format raw
#- name: nix build orbi
# run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
#- name: nix build cream
# run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
#- name: nix build cherry
# run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel
#- name: nix build chungus
# run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel