diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 735ca5c..d670b4b 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -8,5 +8,5 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v4 - - uses: https://github.com/DeterminateSystems/installer-nix-action@main + - uses: https://github.com/DeterminateSystems/nix-installer-action@main - run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file