templates/python-uv: update inputs due to upstream migration
This commit is contained in:
parent
461e999a08
commit
52042f73bd
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue