remove keep-hydra
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m18s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 6m52s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m51s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 5m50s
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m18s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 6m52s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m51s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 5m50s
This commit is contained in:
parent
96219eb175
commit
6ab1d1a3c6
4
.github/workflows/flake-update.yml
vendored
4
.github/workflows/flake-update.yml
vendored
@ -28,13 +28,13 @@ jobs:
|
|||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
token: ${{ secrets.ATTIC_TOKEN }}
|
token: ${{ secrets.ATTIC_TOKEN }}
|
||||||
- name: Calculate pre-drv
|
- name: Calculate pre-drv
|
||||||
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --keep-hydra .
|
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- .
|
||||||
# - name: Pull latest docker images
|
# - name: Pull latest docker images
|
||||||
# run: nix ./utils/fetch-docker.sh
|
# run: nix ./utils/fetch-docker.sh
|
||||||
- name: Update flake.lock (part 1)
|
- name: Update flake.lock (part 1)
|
||||||
run: nix flake update
|
run: nix flake update
|
||||||
- name: Calculate post-drv
|
- name: Calculate post-drv
|
||||||
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --keep-hydra .
|
run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- .
|
||||||
# - name: Calculate diff
|
# - name: Calculate diff
|
||||||
# run: nix ./utils/diff-evals.sh
|
# run: nix ./utils/diff-evals.sh
|
||||||
# - name: Read diff into environment
|
# - name: Read diff into environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user