add known hosts and remove unsued actions
All checks were successful
/ Build Nix targets (push) Successful in 9m38s
/ build hive configuration (push) Successful in 8m32s

This commit is contained in:
Awen Lelu 2025-11-12 09:51:01 +01:00
parent 43175c3133
commit 2cffd2c55a
2 changed files with 1 additions and 10 deletions

View File

@ -6,15 +6,5 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- name: Install dependencies for Nix setup action
run: |
apt update -y
apt install sudo -y
- uses: http://github.com/cachix/install-nix-action@v31
with:
install_url: https://releases.nixos.org/nix/nix-2.28.5/install
- uses: http://github.com/cachix/cachix-action@v16
with:
name: statix
- name: Check Nix flake inputs
uses: http://github.com/DeterminateSystems/flake-checker-action@main

View File

@ -14,6 +14,7 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Install dependencies for Nix setup action
run: |
apt update -y