This commit is contained in:
Ingolf Wagner 2024-07-21 12:26:11 +02:00
parent 955d1f194d
commit 101425655b
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -2,6 +2,8 @@ name: Build all NixOS Configurations
on:
- push
- schedule:
- cron: "40 12 * * *" # not to frequent, GitHub only allows a few pulls per hour
jobs:
nix build:
@ -24,18 +26,15 @@ jobs:
SSH_AGENT_PID=$SSH_AGENT_PID
EOF
- run: nix flake archive
nix flake archive
- name: teardown ssh
if: always()
run: |
echo $SSH_AGENT_PID
kill $SSH_AGENT_PID
rm .id_rsa
- 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