forked from Shinonome/dots-hyprland
Update dist-nix
This commit is contained in:
@@ -88,6 +88,10 @@ install-python-packages(){
|
||||
# we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089
|
||||
x uv venv --prompt .venv $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV) -p 3.12
|
||||
x source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
|
||||
x uv pip install -r sdata/uv/requirements.txt
|
||||
if [[ "$INSTALL_VIA_NIX" = true ]]; then
|
||||
x nix-shell ${REPO_ROOT}/sdata/uv/shell.nix --run "uv pip install -r ${REPO_ROOT}/sdata/uv/requirements.txt"
|
||||
else
|
||||
x uv pip install -r ${REPO_ROOT}/sdata/uv/requirements.txt
|
||||
fi
|
||||
x deactivate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user