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
The feature I miss at first is that the default pin isn't related to my NIX_PATH at all. It would be nice (for me) if the tool consulted NIX_PATH and set the pin from the commit my current nixpkgs checkout is at.
I think some heuristics will have to be used. My NIX_PATH points to a local directory where nixpkgs is checked out. So in order to infer a pin the program would have to try to find out what commit it was checked out at and then try to find that commit in one of the remotes.
In your case as you already link to a tarball then that could be used directly.
I'm also using a local checkout of Nixpkgs with some custom changes ontop and it would be great if niv could use it like I do it with NIX_PATH. Uncommited changes in Nixpkgs would still have an effect.
I'm not very familiar with
NIX_PATH
. Mine is set like this:but I'm guessing most people use channels and the like. Is there a list of the allowed formats, and what people usually have in there?
The text was updated successfully, but these errors were encountered: