overlays #3

Merged
JustScreaMy merged 4 commits from overlays into master 2024-11-29 20:46:45 +01:00
Showing only changes of commit b11a5f44e1 - Show all commits

View file

@ -30,8 +30,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
postInstall = ''
$out/bin/uv --version || echo "Binary execution failed."
dontAutoPatchelf = true;
postFixup = ''
autoPatchelf -- "$out"
export HOME=$TMPDIR
installShellCompletion --cmd uv \
--bash <($out/bin/uv --generate-shell-completion bash) \