diff --git a/.forgejo/workflows/nix-inputs-update.yml b/.forgejo/workflows/nix-inputs-update.yml index 14f31eb..36aa425 100644 --- a/.forgejo/workflows/nix-inputs-update.yml +++ b/.forgejo/workflows/nix-inputs-update.yml @@ -9,5 +9,4 @@ jobs: - run: git checkout -b update-nix-inputs - run: nix flake update - run: git commit -a -m "Update flake inputs $(date +'%d/%m/%Y')" --author="Update flake worklow " - - run: nix build .#build-all - run: git push --force --set-upstream origin update-nix-inputs