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

Pinning a specific package #16

Open
domenkozar opened this issue Nov 10, 2022 · 4 comments
Open

Pinning a specific package #16

domenkozar opened this issue Nov 10, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@domenkozar
Copy link
Member

This is a common use case.

@domenkozar domenkozar added the documentation Improvements or additions to documentation label Nov 10, 2022
@roman
Copy link

roman commented Feb 2, 2023

Have you considered reading language-specific files that indicate the desired language version? (e.g. go.mod, Gemspec, etc.)?

@domenkozar
Copy link
Member Author

Have you considered reading language-specific files that indicate the desired language version? (e.g. go.mod, Gemspec, etc.)?

Yes, see #401 how it's implemented for Ruby

@worldofgeese
Copy link

worldofgeese commented Jul 31, 2023

@domenkozar could adopting something like flox's channels or Devbox's newly announced Nixhub work to provide historical versions to devenv? I ran into this recently with bun, where I needed an older version than 0.7.0 provided in unstable. I would have used the method provided in #218 (comment) but its method of finding old versions via this web frontend doesn't show more recent versions I know exist in merged PRs to Nixpkgs.

@domenkozar
Copy link
Member Author

I made a prototype for this back in the beginning of the year, still plan to finish it.

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

No branches or pull requests

3 participants