From fcfaa50e29c52d1c3907a1013ca6d73b0faa3fc6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 12 Mar 2026 13:38:12 -0500 Subject: [PATCH] fix: make pypidev URL consistent --- home/hosts/ivr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index f1041a0..d46873f 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -61,7 +61,7 @@ in ''; ".config/uv/uv.toml".text = '' [[index]] - url = "https://pypidev.ivrtechnology.com" + url = "https://pypidev.ivrtechnology.com/simple/" name = "pypidev" ''; };