diff options
| author | seth <[email protected]> | 2023-12-11 13:56:31 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 14:01:17 -0500 |
| commit | 0aaaf2dee691080da3d927ec1f5634dd671ba079 (patch) | |
| tree | 928942710f4e38087b76240d9854d6b77d3fec33 /.github/workflows/update-lock.yaml | |
| parent | ef70e7e565ab153ee5dc2bbe580c6442cfc5a4f5 (diff) | |
Revert "ci: use gha & attic for building/caching"
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 1f2063c..f9cdfed 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: nixbuild/nix-quick-install-action@v26 - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v20 |
