diff --git a/nix/status-go/source.nix b/nix/status-go/source.nix index 9d72ba858f..63052563aa 100644 --- a/nix/status-go/source.nix +++ b/nix/status-go/source.nix @@ -44,7 +44,8 @@ let shortRev = strings.substring 0 7 rev; rawVersion = versionJSON.version; cleanVersion = utils.sanitizeVersion versionJSON.version; - goPackagePath = "github.com/${owner}/${repo}"; + # Need to pretend this is from status-im to let Go build it. + goPackagePath = "github.com/status-im/${repo}"; src = fetchFromGitHub { inherit rev owner repo sha256; name = "${repo}-${shortRev}-source";