Compare commits

..

3 Commits

Author SHA1 Message Date
4548914209 Merge pull request 'fix gitea pulls' (#61) from feature/add-typhon into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m34s
Check Nix flake / Perform Nix flake checks (push) Successful in 7m35s
Reviewed-on: #61
2025-03-26 13:45:31 -04:00
bf88cab578 disable builds due to long hydra build time 2025-03-26 13:45:31 -04:00
d6ce8a72e7 fix gitea pulls 2025-03-26 13:45:31 -04:00
2 changed files with 19 additions and 19 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@
},
"pulls": {
"type": "giteapulls",
"value": "nayeonie.com alice nix-dotfiles https",
"value": "nayeonie.com ahuston-0 nix-dotfiles https",
"emailresponsible": false
}
}