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?
I'm trying to build a derivation that requires CA certs but even though I've tried adding
pkgs.cacert
tobuildInputs
andnativeBuildInputs
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?