From 4e6bc6830c019e17f3d808686d3611b5526e24ad Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 12 Sep 2022 13:01:35 -0400 Subject: [PATCH] Give it TLS certificates Otherwise it can't validate TLS certificates when it is trying to download dependencies. --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 1bc220f5..d23d71f2 100644 --- a/shell.nix +++ b/shell.nix @@ -22,6 +22,7 @@ pkgs.mkShell { inputsFrom = [tools]; buildInputs = [ tools + pkgs.cacert pkgs.nix pkgs.morph pkgs.jp -- GitLab