Do not install pip.conf on this machine

This commit is contained in:
greg-compass
2023-08-14 01:11:25 -05:00
parent 0daed2e5aa
commit 8ff5c3ea3d
-9
View File
@@ -31,15 +31,6 @@
]);
};
home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
"[global]"
"retries = 1"
"index-url = https://pypi.python.org/simple"
"extra-index-url ="
" https://pypi.ivrtechnology.com/simple/"
" https://pypidev.ivrtechnology.com/simple/"
]);
home.stateVersion = "23.05";
home.packages = with pkgs; [
bitwarden-cli