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
It seems like stackProject could support git packages without the user messing about with hashes. A nix expression could read the stack.yaml and prefetch all git repos using the evaluation-time builtins.fetchGit. This function only needs a rev and supports private repos.