Loading pkgs/by-name/uv/uv/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , pkg-config , rustPlatform , stdenv , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -47,6 +48,8 @@ rustPlatform.buildRustPackage rec { OPENSSL_NO_VENDOR = true; }; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "An extremely fast Python package installer and resolver, written in Rust"; homepage = "https://github.com/astral-sh/uv"; Loading Loading
pkgs/by-name/uv/uv/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , pkg-config , rustPlatform , stdenv , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -47,6 +48,8 @@ rustPlatform.buildRustPackage rec { OPENSSL_NO_VENDOR = true; }; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "An extremely fast Python package installer and resolver, written in Rust"; homepage = "https://github.com/astral-sh/uv"; Loading