From 52042f73bdef695ef2eb960a4db7c3ea76b23f91 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 20 Nov 2024 00:07:24 +0800 Subject: [PATCH] templates/python-uv: update inputs due to upstream migration --- templates/python-uv/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/python-uv/flake.nix b/templates/python-uv/flake.nix index 0b22919..96266a9 100644 --- a/templates/python-uv/flake.nix +++ b/templates/python-uv/flake.nix @@ -96,11 +96,11 @@ # libraries pyproject-nix = { - url = "github:nix-community/pyproject.nix"; + url = "github:pyproject-nix/pyproject.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; uv2nix = { - url = "github:adisbladis/uv2nix"; + url = "github:pyproject-nix/uv2nix"; inputs.pyproject-nix.follows = "pyproject-nix"; inputs.nixpkgs.follows = "nixpkgs"; };