-
Notifications
You must be signed in to change notification settings - Fork 3
docs: remove envrc config #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes the direnv setup instructions from the Nix Flake development environment documentation in the README. However, the change is incomplete.
- Removes the command to create
.envrcfile - Removes the comment explaining direnv usage
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| # Or use direnv for automatic activation | ||
| echo "use flake" > .envrc | ||
| direnv allow |
Copilot
AI
Dec 23, 2025
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
Fixes configuration and documentation issues.
Changes
This aligns with fixes applied to the Python SDK (stackone-ai-python#74).