From 051bcf9a80b2dd1746d6099096d3bfe61889bbc5 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 26 Mar 2025 13:15:59 -0400 Subject: [PATCH 1/2] fix gitea pulls --- hydra/spec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/spec.json b/hydra/spec.json index 9cfbea1..2d96411 100644 --- a/hydra/spec.json +++ b/hydra/spec.json @@ -23,7 +23,7 @@ }, "pulls": { "type": "giteapulls", - "value": "nayeonie.com alice nix-dotfiles https", + "value": "nayeonie.com ahuston-0 nix-dotfiles https", "emailresponsible": false } } -- 2.48.1 From e5acc95d56b9de15c68997684969bf800ec0cb3c Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 26 Mar 2025 13:37:24 -0400 Subject: [PATCH 2/2] disable builds due to long hydra build time --- .github/workflows/flake-health-checks.yml | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/flake-health-checks.yml b/.github/workflows/flake-health-checks.yml index c8a5bd8..7899203 100644 --- a/.github/workflows/flake-health-checks.yml +++ b/.github/workflows/flake-health-checks.yml @@ -21,21 +21,21 @@ jobs: - uses: actions/checkout@v4 - run: nix flake check --accept-flake-config - run: nix ./utils/attic-push.bash - build-checks: - name: "Build nix outputs" - runs-on: ubuntu-latest - steps: - - uses: DeterminateSystems/nix-installer-action@main - - name: Setup Attic cache - uses: ryanccn/attic-action@v0 - with: - endpoint: ${{ secrets.ATTIC_ENDPOINT }} - cache: ${{ secrets.ATTIC_CACHE }} - token: ${{ secrets.ATTIC_TOKEN }} - skip-push: "true" - - uses: actions/checkout@v4 - - name: Build all outputs - run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build . - - name: Push to Attic - run: nix ./utils/attic-push.bash - continue-on-error: true + # build-checks: + # name: "Build nix outputs" + # runs-on: ubuntu-latest + # steps: + # - uses: DeterminateSystems/nix-installer-action@main + # - name: Setup Attic cache + # uses: ryanccn/attic-action@v0 + # with: + # endpoint: ${{ secrets.ATTIC_ENDPOINT }} + # cache: ${{ secrets.ATTIC_CACHE }} + # token: ${{ secrets.ATTIC_TOKEN }} + # skip-push: "true" + # - uses: actions/checkout@v4 + # - name: Build all outputs + # run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build . + # - name: Push to Attic + # run: nix ./utils/attic-push.bash + # continue-on-error: true -- 2.48.1