templates/python-uv: update inputs due to upstream migration

This commit is contained in:
Lu Wang 2024-11-20 00:07:24 +08:00
parent 461e999a08
commit 52042f73bd
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -96,11 +96,11 @@
# libraries # libraries
pyproject-nix = { pyproject-nix = {
url = "github:nix-community/pyproject.nix"; url = "github:pyproject-nix/pyproject.nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
uv2nix = { uv2nix = {
url = "github:adisbladis/uv2nix"; url = "github:pyproject-nix/uv2nix";
inputs.pyproject-nix.follows = "pyproject-nix"; inputs.pyproject-nix.follows = "pyproject-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };