Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,6 @@ This project includes a Nix flake for reproducible development environments. If
# Enter development shell
nix develop

# Or use direnv for automatic activation
echo "use flake" > .envrc
direnv allow
Copy link

Copilot AI Dec 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of the direnv setup instructions leaves an orphaned direnv allow command with no context. This command won't work without the .envrc file setup that was just removed. Either restore the removed lines to keep the complete direnv instructions, or remove line 609 entirely if direnv support is no longer documented.

Copilot uses AI. Check for mistakes.
```

Expand Down
Loading