update build job

This commit is contained in:
Ingolf Wagner 2024-07-20 02:26:35 +02:00
parent 49fa344bb1
commit 886535f95d
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -13,7 +13,7 @@ with lib;
jetbrains.idea-ultimate
#vscode
jetbrains.mps
#jetbrains.mps
jetbrains.datagrip
# Rust