diff options
| author | seth <[email protected]> | 2023-11-15 03:40:56 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-16 00:15:23 +0000 |
| commit | 7785ed59a650183b93c8b4534b1ebbb2e64e2f84 (patch) | |
| tree | f8c82ac101bb842a5235ae7bd274cf4cdb6d6cde /.github/workflows | |
| parent | 712afabf36f199a8b590662a5f226e09f517860c (diff) | |
actions: use nix-quick-install-action for update-loock
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 6603616..e735b81 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -16,7 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main + + - name: install nix + uses: nixbuild/nix-quick-install-action@v26 - name: update lockfile uses: DeterminateSystems/update-flake-lock@v20 |
