File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ PIP_DISABLE_PIP_VERSION_CHECK = '1' # the pip update notification is relative
1414nixPkgs = [' ...' ] # add nodejs since it is needed to build the frontend
1515
1616[phases .install ]
17- cmds = [
18- ' python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -U mypy cython setuptools uv==$NIXPACKS_UV_VERSION && uv sync --frozen --no-dev' ,
19- ] # custom install command allows for setting uv version above
17+ # cmds = [
18+ # 'python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install -U mypy cython setuptools uv==$NIXPACKS_UV_VERSION && uv sync --frozen --no-dev',
19+ # ] # custom install command allows for setting uv version above
2020
2121[start ]
2222cmd = ' /opt/venv/bin/app database upgrade --no-prompt && /opt/venv/bin/app run --wc 2 --host 0.0.0.0 --port $PORT'
You can’t perform that action at this time.
0 commit comments