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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: prepare ssh - name: setup ssh
run: | run: |
cat <<EOF > .id_rsa cat <<EOF > .id_rsa
${{ secrets.SSH_KEY }} ${{ secrets.SSH_KEY }}
@ -20,13 +20,13 @@ jobs:
SSH_AGENT_PID=$SSH_AGENT_PID SSH_AGENT_PID=$SSH_AGENT_PID
EOF EOF
- run: nix flake update # - run: nix flake update
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel - run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
- run: nix build .#nixosConfigurations.cream.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.cherry.config.system.build.toplevel
- run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel - run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
- name: destroy ssh - name: teardown ssh
if: always() if: always()
run: | run: |
echo $SSH_AGENT_PID echo $SSH_AGENT_PID

View file

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