Skip to content

Commit 1dbbc1f

Browse files
committed
disable again
1 parent e7e92b3 commit 1dbbc1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nixpacks.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ PIP_DISABLE_PIP_VERSION_CHECK = '1' # the pip update notification is relative
1414
nixPkgs = ['...'] # 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]
2222
cmd = '/opt/venv/bin/app database upgrade --no-prompt && /opt/venv/bin/app run --wc 2 --host 0.0.0.0 --port $PORT'

0 commit comments

Comments
 (0)