From 3bc2168cba9de3b5740c71cd2074caa0fcee1fe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 20:03:06 +0000 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action digest to c5a866b --- .github/actions/build-nix-image/action.yml | 2 +- .github/workflows/build-nix-images.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/build-nix-image/action.yml b/.github/actions/build-nix-image/action.yml index d0e3b06..f7df46c 100644 --- a/.github/actions/build-nix-image/action.yml +++ b/.github/actions/build-nix-image/action.yml @@ -39,7 +39,7 @@ runs: sudo apt-get clean - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: | extra-platforms = aarch64-linux diff --git a/.github/workflows/build-nix-images.yaml b/.github/workflows/build-nix-images.yaml index 125a0fb..935a8a6 100644 --- a/.github/workflows/build-nix-images.yaml +++ b/.github/workflows/build-nix-images.yaml @@ -82,7 +82,7 @@ jobs: if: ${{ inputs.debug_enabled == 'true' }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" # - name: Install Nix diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c7330b8..1697a04 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -181,7 +181,7 @@ jobs: sudo apt-get clean - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm" # - name: Install Nix diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index c784c46..e0f9ce9 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -136,7 +136,7 @@ jobs: sudo apt-get clean - name: Install Nix - uses: DeterminateSystems/nix-installer-action@786fff0690178f1234e4e1fe9b536e94f5433196 # ratchet:DeterminateSystems/nix-installer-action@main + uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # ratchet:DeterminateSystems/nix-installer-action@main with: extra-conf: "system-features = nixos-test benchmark big-parallel kvm"