Add pip.conf

This commit is contained in:
Greg Hellings
2023-06-06 11:09:27 -05:00
parent 39a1e735e7
commit 580e0b3534
+9
View File
@@ -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