-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetchGit with git ssh url causes SEGV #6616
Comments
I changed the title to the proper issue. I just saw that other people are also reporting this issue with |
The other reported issue was closed by 078c80f, i.e. later than that. |
Yeah, that looks very much like #6554 (and the other related issues). Can you try with |
With |
Awesome 🎊 Let's close this then |
Describe the bug
I tried to build a go module from a private gitlab repository via ssh but building it with
nix build --impure --expr 'with import (builtins.getFlake "nixpkgs") {}; pkgs.callPackage ./mypackage.nix {}'
fails with a segmentation violation.Steps To Reproduce
Expected behavior
nix build not seg faulting.
nix-env --version
outputAdditional context
Backtrace from coredump:
The text was updated successfully, but these errors were encountered: