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

Frozen recipe repositories #537

Open
haji-ali opened this issue May 14, 2024 · 1 comment
Open

Frozen recipe repositories #537

haji-ali opened this issue May 14, 2024 · 1 comment

Comments

@haji-ali
Copy link
Contributor

I was deploying my emacs configuration on a new machine when I realized that recipe repositories are frozen in Radian.

This caused my config to fail since I just started using casual-dired which was just recently added to MELPA.
It's not such a big deal since I just did straight-pull-recipe-repositories, but I am wondering if it makes sense to not freeze the versions of recipe repositories or if there's a way to override their freezing (without directly modifying radian's versions.el)

@raxod502
Copy link
Member

It's intended for recipe repositories to be part of the lockfile. Otherwise, the configuration isn't reproducible - packages may pull from different sources, packages may have been removed from the recipe repositories, etc.

What you want is a way to mark particular packages to be controlled by your radian-local lockfile, so that you can use your own versions versus what is upstream in Radian. That feature needs to be implemented in straight.el, which I haven't done yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants