From 1e811bc45cc6ed95f86079d77a82e55ccbb3b6f4 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 1 Mar 2026 13:13:30 -0500 Subject: [PATCH] disable mirror --- .github/workflows/flake-health-checks.yml | 14 +++++++------- .github/workflows/flake-update.yml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index af05117..4043113 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -13,15 +13,15 @@ jobs: name: "Perform Nix flake checks" runs-on: ubuntu-latest steps: - - 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: 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 + # 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 ac4aa8a..ab8b821 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -14,15 +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: 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 + #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: -- 2.52.0