fix(flake update): accept flake config
This commit is contained in:
parent
a897350d05
commit
a0467661f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
git checkout -b ${{ env.BRANCH_NAME }}
|
git checkout -b ${{ env.BRANCH_NAME }}
|
||||||
|
|
||||||
- name: Update flake dependencies
|
- name: Update flake dependencies
|
||||||
run: nix flake update
|
run: nix flake update --accept-flake-config
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue