Finer grained home-manager hosts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, ...}:
|
||||
|
||||
{
|
||||
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/"
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user