nix-community / linuxkit-nix

An easy to use Linux builder for macOS [maintainer=@nicknovitski]
Other
133 stars 26 forks source link

InternalException (HandshakeFailed (Error_Protocol ("certificate has unknown CA",True,UnknownCa))) #32

Open shmish111 opened 5 years ago

shmish111 commented 5 years ago

I'm trying to build a derivation that requires CA certs but even though I've tried adding pkgs.cacert to buildInputs and nativeBuildInputs I can't get this to work. Is this something that the VM itself needs to be fixed rather than being able to do something in my derivation?