Skip to content

Commit

Permalink
default.nix: add GIT_SSL_CAINFO
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle authored and lfdebrux committed Dec 10, 2019
1 parent 1c9079d commit 80f3bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ in (with args; {

hardeningDisable = pkgs.stdenv.lib.optionals pkgs.stdenv.isDarwin [ "format" ];

GIT_SSL_CAINFO="${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
VIRTUALENV_ROOT = (toString (./.)) + "/venv${pythonPackages.python.pythonVersion}";
VIRTUAL_ENV_DISABLE_PROMPT = "1";
SOURCE_DATE_EPOCH = "315532800";
Expand Down

0 comments on commit 80f3bee

Please sign in to comment.