https://git.jolheiser.com/nur.git
1 2 3 4 5 6 7 8 9 10
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cf7946be3f8a0b0e9c33d9657a1110fc559ef93..fa7ff57dd6fec8d2ce483fd33724ae510cfb86e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,4 +72,4 @@ run: nix shell -f '<nixpkgs>' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs - name: Trigger NUR update # Don't replace <YOUR_REPO_NAME> here! if: ${{ matrix.nurRepo != '<YOUR_REPO_NAME>' }} - run: curl -XPOST "https://nur-update.herokuapp.com/update?repo=${{ matrix.nurRepo }}" + run: curl -XPOST "https://nur-update.nix-community.org/update?repo=${{ matrix.nurRepo }}"