lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.uv: patch find_uv_bin()

+5
+5
pkgs/development/python-modules/uv/default.nix
··· 19 19 versionCheckProgramArg 20 20 ; 21 21 22 + postPatch = '' 23 + substituteInPlace python/uv/_find_uv.py \ 24 + --replace-fail '"""Return the uv binary path."""' "return '$out/bin/uv'" 25 + ''; 26 + 22 27 nativeBuildInputs = [ 23 28 pkgs.cmake 24 29 installShellFiles