diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 6c21830..2658856 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -43,7 +43,7 @@ jobs: git checkout -b ${{ env.BRANCH_NAME }} - name: Update flake dependencies - run: nix flake update + run: nix flake update --accept-flake-config - name: Commit changes run: |