mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
tests/uv: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
fd41fc5fbf
commit
373531850c
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
expectedConfigContent = pkgs.writeText "uv.config-custom.expected" ''
|
||||
python-downloads = "never"
|
||||
python-preference = "only-system"
|
||||
|
||||
[pip]
|
||||
index-url = "https://test.pypi.org/simple"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue