Configure uv on IVR
This commit is contained in:
+14
-10
@@ -48,16 +48,20 @@ in
|
|||||||
skaffold
|
skaffold
|
||||||
x
|
x
|
||||||
];
|
];
|
||||||
file.".pip/pip.conf".text = (
|
file = {
|
||||||
lib.strings.concatStringsSep "\n" [
|
".pip/pip.conf".text = ''
|
||||||
"[global]"
|
[global]
|
||||||
"retries = 1"
|
retries = 1
|
||||||
"index-url = https://pypi.python.org/simple"
|
index-url = https://pypi.python.org/simple
|
||||||
"extra-index-url ="
|
extra-index-url =
|
||||||
" https://pypi.ivrtechnology.com/simple/"
|
https://pypidev.ivrtechnology.com/simple/
|
||||||
" https://pypidev.ivrtechnology.com/simple/"
|
'';
|
||||||
]
|
".config/uv/uv.toml".text = ''
|
||||||
);
|
[[index]]
|
||||||
|
url = "https://pypidev.ivrtechnology.com"
|
||||||
|
name = "pypidev"
|
||||||
|
'';
|
||||||
|
};
|
||||||
username = username;
|
username = username;
|
||||||
homeDirectory = "/Users/${username}";
|
homeDirectory = "/Users/${username}";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user