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
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
I have some tools for which I'm overriding golang.org/x/crypto/openpgp inside my local codebase (with a directory src/mypackage/vendor/golang.org/x/crypto/openpgp).
go build works correctly, but go2nix save fails with cannot find package "golang.org/x/crypto/openpgp".
A symlink (to mypackage/vendor/golang.org from src/golang.org) works around the issue -- but is this something that should be needed?