Skip to content

Commit 6a68f4f

Browse files
nhortonclaude
andcommitted
chore: remove uv tool install from flake shellHook
The editable uv tool install is unnecessary now that plugin hooks invoke deepwork via uvx directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3bf20d8 commit 6a68f4f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@
8282
uv sync --extra dev --quiet 2>/dev/null || true
8383
export PATH="$REPO_ROOT/.venv/bin:$PATH"
8484
85-
# Also register as a uv tool so `uvx deepwork serve` uses local source
86-
uv tool install -e "$REPO_ROOT" --quiet 2>/dev/null || true
87-
8885
# Create claude wrapper script so direnv (which can't export functions) works
8986
_claude_real=$(PATH="$(echo "$PATH" | sed "s|$REPO_ROOT/.venv/bin:||g")" command -v claude)
9087
if [ -n "$_claude_real" ]; then

0 commit comments

Comments
 (0)