Compare commits

..

1 Commits

Author SHA1 Message Date
Nelson Torres dc1d0c8653 uv migration 2025-01-29 01:38:38 -03:00
1 changed files with 0 additions and 15 deletions

View File

@ -123,23 +123,8 @@ stdenv.mkDerivation {
export PATCH
<<<<<<< HEAD
# Maybe create venv & install deps
poetry install --with uis
# Use pyqt6 from System, patch activate script
ACTIVATE_SCRIPT_PATH="$(poetry env info --path)/bin/activate"
if grep -q "$PATCH" "$ACTIVATE_SCRIPT_PATH"; then
echo "venv is already patched."
else
echo "patching $ACTIVATE_SCRIPT_PATH to use pyqt6 from nixos..."
sed -i "\$i$PATCH" $ACTIVATE_SCRIPT_PATH
fi
=======
# Install deps
uv lock
>>>>>>> dc2b2555 (uv migration)
'';
}