From 580e0b353401d295c9d4e4e1fc19b30b5b3cc962 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 6 Jun 2023 11:09:27 -0500 Subject: [PATCH] Add pip.conf --- home/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/home.nix b/home/home.nix index 74af169..2bbce41 100644 --- a/home/home.nix +++ b/home/home.nix @@ -28,6 +28,15 @@ ]); }; + home.file.".pip/pip.conf" = (lib.strings.concatStringsSep "\n" [ + "[global]" + "retries = 1" + "index-url = https://pypi.python.org/simple" + "extra-index-url =" + " https://pypi.ivrtechnlology.com/simple/" + " https://pypiev.ivrtechnology.com/simple/" + ]; + home.stateVersion = "22.05"; home.packages = with pkgs; [ bitwarden-cli