ci: update-flake: parallelize updates to minimize version drift
(cherry picked from commit a87d4cb376)
This commit is contained in:
parent
5e392c36d2
commit
95b692c874
1 changed files with 4 additions and 2 deletions
6
.github/workflows/update-flake.yml
vendored
6
.github/workflows/update-flake.yml
vendored
|
|
@ -57,8 +57,10 @@ jobs:
|
|||
|
||||
- name: update lock files
|
||||
run: |
|
||||
nix flake update
|
||||
nix flake update --flake ./flake/dev
|
||||
nix flake update &
|
||||
nix flake update --flake ./flake/dev &
|
||||
|
||||
wait
|
||||
|
||||
git add {,flake/dev/}flake.lock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue