From 6d51762035152218dd42f81bb6a4a9f1ebfa29ac Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Tue, 23 Dec 2025 22:08:28 -0500 Subject: [PATCH] Revert "update sops config" This reverts commit 4ea8b3211c2cf046f74932fe47a4b382ce33ecb9. --- .github/workflows/flake-health-checks.yml | 4 ++++ .github/workflows/flake-update.yml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index ca17e3a..af05117 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -16,8 +16,12 @@ jobs: - name: Get Latest Determinate Nix Installer binary id: latest-installer 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: diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 25c15a3..ac4aa8a 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -14,8 +14,15 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Get Latest Determinate Nix Installer binary + id: latest-installer + 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: