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 has been 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?
The text was updated successfully, but these errors were encountered:
I have some tools for which I'm overriding
golang.org/x/crypto/openpgp
inside my local codebase (with a directorysrc/mypackage/vendor/golang.org/x/crypto/openpgp
).go build
works correctly, butgo2nix save
fails withcannot find package "golang.org/x/crypto/openpgp"
.A symlink (to
mypackage/vendor/golang.org
fromsrc/golang.org
) works around the issue -- but is this something that should be needed?The text was updated successfully, but these errors were encountered: