try how it kinda should work

This commit is contained in:
Ingolf Wagner 2024-07-21 12:34:51 +02:00
parent 61762eb22d
commit 17806e1b2e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -31,7 +31,7 @@ jobs:
rm .ssh_key
- name: nix flake archive/check
- name: nix flake archive
run: |
cat <<EOF > .id_rsa
${{ secrets.SSH_KEY }}
@ -48,9 +48,6 @@ jobs:
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