Skip to content

Commit 1c9b0ef

Browse files
Copilotncrmro
andcommitted
Remove final nix-shell reference from README
Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com>
1 parent d994348 commit 1c9b0ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,9 @@ DeepWork is available as a Nix flake for reproducible development environments:
211211
# Using Nix flakes
212212
nix develop
213213

214-
# Or with direnv (automatic activation)
214+
# Or with direnv (automatic activation - recommended)
215215
echo "use flake" > .envrc
216216
direnv allow
217-
218-
# Legacy Nix shell
219-
nix-shell
220217
```
221218

222219
The Nix environment provides all dependencies including Python 3.11, uv, pytest, ruff, and mypy.

0 commit comments

Comments
 (0)