diff options
| author | seth <[email protected]> | 2023-12-11 14:23:44 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 14:23:44 -0500 |
| commit | 8fa4c973860ebdcc4747ef1908f93ce546aa6fed (patch) | |
| tree | 20613e94dbc142e9da523f6b3546e8b006d588e9 /.github | |
| parent | 908fa8c23e842499518367603ceaf9b664cbc71b (diff) | |
actions: use determinate's nix installer
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-lock.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9caf2df..117ddfd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix - uses: nixbuild/nix-quick-install-action@v26 + uses: DeterminateSystems/nix-installer-action@v9 - name: Setup local Nix cache uses: DeterminateSystems/magic-nix-cache-action@v2 diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index f9cdfed..1f2063c 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: nixbuild/nix-quick-install-action@v26 + uses: DeterminateSystems/nix-installer-action@v9 - name: Update lockfile & make PR uses: DeterminateSystems/update-flake-lock@v20 |
