You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further to #5, it's useful to obtain non-flake dependencies via other schemes than the ones currently built in (i.e. Git, GitHub, and tarballs). For example, we may want to specify a flake dependency such as:
requires = [ pypi:numpy ];
which would mean "get the source of the latest version of numpy from pypi". This would translate into a regular lock file entry such as
Some of these should probably be built into Nix (as long as they don't require pulling in crazy dependencies for doing the lookups), but it should also be possible to provide them via plugins.
The text was updated successfully, but these errors were encountered:
Which options would you want exactly? It would be clearer as an issue to choose a few and make issues for them. We could also wait for the beta and ask people which ones they would be interested in, but this isn't really an "issue" given that it can never really be completed.
Further to #5, it's useful to obtain non-flake dependencies via other schemes than the ones currently built in (i.e. Git, GitHub, and tarballs). For example, we may want to specify a flake dependency such as:
which would mean "get the source of the latest version of numpy from pypi". This would translate into a regular lock file entry such as
Some of these should probably be built into Nix (as long as they don't require pulling in crazy dependencies for doing the lookups), but it should also be possible to provide them via plugins.
The text was updated successfully, but these errors were encountered: