ci: change actions to DeterminateSystems
Some checks failed
Nix CI / build (push) Failing after 1m34s

This commit is contained in:
rus07tam 2026-04-15 22:45:15 +03:00
parent cb0a9c279a
commit 6fc76deedc
No known key found for this signature in database

View file

@ -15,16 +15,11 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v31 uses: DeterminateSystems/nix-installer-action@main
with: - uses: DeterminateSystems/magic-nix-cache-action@main
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
sandbox = true
- name: Enable flakes - name: Check Nix flake inputs
run: | uses: DeterminateSystems/flake-checker-action@main
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
- name: Setup SOPS key - name: Setup SOPS key
if: env.SOPS_AGE_KEY != '' if: env.SOPS_AGE_KEY != ''
@ -34,12 +29,6 @@ jobs:
env: env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }} SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
- name: Flake check
run: nix flake check
- name: Remove homeless-shelter
run: rm -rf /homeless-shelter
- name: Build all hosts - name: Build all hosts
run: | run: |
nix flake show --json | jq -r ' nix flake show --json | jq -r '