From fef29232c28e45156f0bde9d3b6a3962f16274f0 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 10 Feb 2025 16:07:44 -0500 Subject: ci: use cachix nix installer action Lets stay on Nixpkgs' Nix for now --- .github/workflows/ci.yaml | 4 +--- .github/workflows/tflint.yaml | 4 +--- .github/workflows/update-lock.yaml | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5eca85..7b721b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,9 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 - with: - diagnostic-endpoint: "" + uses: cachix/install-nix-action@v30 - name: Setup Cachix uses: cachix/cachix-action@v15 diff --git a/.github/workflows/tflint.yaml b/.github/workflows/tflint.yaml index 77e56f0..3ddb840 100644 --- a/.github/workflows/tflint.yaml +++ b/.github/workflows/tflint.yaml @@ -20,9 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 - with: - diagnostic-endpoint: "" + uses: cachix/install-nix-action@v30 - name: Build tflint report id: tflint-run diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index d6d3186..bac3150 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -37,9 +37,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v16 - with: - diagnostic-endpoint: "" + uses: cachix/install-nix-action@v30 - name: Update flake.lock run: | -- cgit v1.2.3