update build job
This commit is contained in:
parent
49fa344bb1
commit
886535f95d
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: prepare ssh
|
||||
- name: setup ssh
|
||||
run: |
|
||||
cat <<EOF > .id_rsa
|
||||
${{ secrets.SSH_KEY }}
|
||||
|
@ -20,13 +20,13 @@ jobs:
|
|||
SSH_AGENT_PID=$SSH_AGENT_PID
|
||||
EOF
|
||||
|
||||
- run: nix flake update
|
||||
# - run: 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
|
||||
|
||||
- name: destroy ssh
|
||||
- name: teardown ssh
|
||||
if: always()
|
||||
run: |
|
||||
echo $SSH_AGENT_PID
|
||||
|
|
|
@ -13,7 +13,7 @@ with lib;
|
|||
jetbrains.idea-ultimate
|
||||
#vscode
|
||||
|
||||
jetbrains.mps
|
||||
#jetbrains.mps
|
||||
jetbrains.datagrip
|
||||
|
||||
# Rust
|
||||
|
|
Loading…
Reference in a new issue