-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fallback on builtin fetchers whenever possible #46
Comments
Some projects use Nix only to generate files ( |
Here's another use case: we have a repository X for org-specific nix stuff, which includes a default nixpkgs pin for people to use. So I want to get my nixpkgs from there, which means that when I fetch X I need to do it with a builtin fetcher unless I want to fallback on the ambient nixpkgs (which I definitely do not want, in fact I'd like a way to turn it off). |
Couple of approaches I can think of:
|
Fetchers such as |
Yeah, that's the reason I went with dedicated names in #61. |
After long discussions we're now using the |
#45 (comment)
@nlewo what do we gain from using the builtins as much as possible? Allowing use-cases where no
nixpkgs
can be found?The text was updated successfully, but these errors were encountered: