try how it kinda should work
This commit is contained in:
parent
61762eb22d
commit
17806e1b2e
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue