From 7785ed59a650183b93c8b4534b1ebbb2e64e2f84 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 15 Nov 2023 03:40:56 -0500 Subject: actions: use nix-quick-install-action for update-loock --- .github/workflows/update-lock.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3