I tried the go2nix packaged in the current unstable nixpkgs channel.
It did not terminate, and straceing the invocation showed that it tried to run nix-prefetch-get, which is not in my $PATH by default.
Could you add nix-prefetch-get as a runtime dependency to go2nix?
I tried the go2nix packaged in the current
unstablenixpkgs channel.It did not terminate, and
straceing the invocation showed that it tried to runnix-prefetch-get, which is not in my$PATHby default.Could you add
nix-prefetch-getas a runtime dependency to go2nix?