From 422158d0854a1fcb8856b6071db4698e1b62fce5 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 26 May 2025 18:59:49 -0400 Subject: [PATCH] feex --- .github/workflows/flake-update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index a10b74e..d95349e 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -16,6 +16,10 @@ jobs: uses: sigyl-actions/gitea-action-get-latest-release@main with: repository: ahuston-0/determinate-nix-mirror + - name: Install nix + uses: https://github.com/DeterminateSystems/nix-installer-action@main + with: + source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux - name: Setup Attic cache uses: ryanccn/attic-action@v0 with: @@ -23,10 +27,6 @@ jobs: cache: ${{ secrets.ATTIC_CACHE }} token: ${{ secrets.ATTIC_TOKEN }} skip-push: "true" - - name: Install nix - uses: https://github.com/DeterminateSystems/nix-installer-action@main - with: - source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux - name: Get pre-snapshot of evaluations run: nix ./utils/eval-to-drv.sh pre - name: Update flake.lock -- 2.49.0