diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 1355eec..163414a 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -9,4 +9,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: https://github.com/DeterminateSystems/nix-installer-action@main - - run: 'set -x; git config --unset-all extensions.worktreeconfig; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file + - run: 'git config --unset-all extensions.worktreeconfig' + - uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file