feat: configure uv to use pip.dogar.dev for pypi cache
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
uv
|
|
||||||
btop
|
btop
|
||||||
zoxide
|
zoxide
|
||||||
unzip
|
unzip
|
||||||
|
|||||||
10
home/shahab/common/optional/uv.nix
Normal file
10
home/shahab/common/optional/uv.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.uv = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
pip.index-url = "https://pip.dogar.dev";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
"ssh"
|
"ssh"
|
||||||
"starship"
|
"starship"
|
||||||
"tmux"
|
"tmux"
|
||||||
|
"uv"
|
||||||
"zsh"
|
"zsh"
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user