diff options
| author | Seth Flynn <[email protected]> | 2025-02-10 16:07:44 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-11 00:20:26 -0500 |
| commit | fef29232c28e45156f0bde9d3b6a3962f16274f0 (patch) | |
| tree | a2910ac5c32567124abe41f16773a467028c3440 /.github/workflows/update-lock.yaml | |
| parent | 4e6ed84d96fa7555ac2f5ef71b2d8b3d83eecdda (diff) | |
ci: use cachix nix installer action
Lets stay on Nixpkgs' Nix for now
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
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: | |
