Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the URL in the submodule with read-only URL #780

Merged

Conversation

cherrypiejam
Copy link
Contributor

@cherrypiejam cherrypiejam commented Jan 1, 2025

Hi, I am currently trying to upstream my Typst package support for Nixpkgs, and wrapping cetz into Nixpkgs is part of that PR. However, I failed to bump cetz from v0.2.2 to v0.3.1 because the latter uses a read-write URL for its submodule, namely common. This blocks nix source fetcher to clone the source from its submodule, as it requires the access capability.

This RP addresses this issue by replacing the submodule URL with read-only URL, which should be useful in general for automatic package builders.

@johannes-wolf johannes-wolf self-requested a review January 2, 2025 17:34
@johannes-wolf johannes-wolf added the bug 🐛 Something isn't working label Jan 2, 2025
@johannes-wolf johannes-wolf merged commit 57ce0a3 into cetz-package:master Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants