get rid of attic push and flake build
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Failing after 8s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m54s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 4m40s

This commit is contained in:
ahuston-0 2025-05-26 20:00:14 -04:00
parent be2a207bf1
commit 6b914d4146
No known key found for this signature in database
GPG Key ID: 47940175096C1330
2 changed files with 0 additions and 25 deletions

View File

@ -31,25 +31,3 @@ jobs:
skip-push: "true"
- 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: ${{ matrix.os }}
strategy:
matrix:
os: [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

@ -28,6 +28,3 @@ jobs:
skip-push: "true"
- uses: actions/checkout@v4
- run: nix fmt -- --check .
- name: Push to Attic
run: nix ./utils/attic-push.bash
continue-on-error: true