feat: configure uv to use pip.dogar.dev for pypi cache
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
uv
|
||||
btop
|
||||
zoxide
|
||||
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"
|
||||
"starship"
|
||||
"tmux"
|
||||
"uv"
|
||||
"zsh"
|
||||
])
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user