-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use inputs from current flake #5
Comments
I frequently write scripts that bind |
Oh btw: the above works way better if you are on a new enough version of |
Another fun pattern is to do the above with a |
Hrm, that does require re-exporting nixpkgs, which I'm not very fond of. It might ultimately be better to set this script up so it can be invoked with Your call on whether this is worth thinking through |
I think I'd be willing to do any needed work on the |
Now that |
Hi, I started using this to write a script for some repository mangling that I might need to do without being able to use the
devShell
in my flake. Obviously I'd like to use the nixpkgs version specified in myflake.lock
- any chance--override-from <some command to resolve the current flake's path>
could be supported somehow?The text was updated successfully, but these errors were encountered: