Skip to content

fix: make .envrc compatible with nix-direnv, allowing shell caching#59

Merged
flemzord merged 1 commit intomainfrom
fix/make_envrc_compatible_with_nixdirenv
Mar 20, 2026
Merged

fix: make .envrc compatible with nix-direnv, allowing shell caching#59
flemzord merged 1 commit intomainfrom
fix/make_envrc_compatible_with_nixdirenv

Conversation

@fguery
Copy link
Contributor

@fguery fguery commented Mar 12, 2026

Summary

  • Update use flake --impure to use flake . --impure in .envrc
  • This makes the flake command compatible with nix-direnv, which requires an explicit flake reference to enable shell caching
  • Without the . argument, nix-direnv falls back to nix-shell behavior and cannot cache the dev shell

Test plan

  • Verify direnv allow works correctly with the updated .envrc
  • Confirm nix-direnv caches the shell properly

🤖 Generated with Claude Code

@fguery fguery requested a review from a team as a code owner March 12, 2026 10:15
@coderabbitai
Copy link

coderabbitai bot commented Mar 12, 2026

Warning

Rate limit exceeded

@fguery has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 26 minutes and 39 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a6fa3c49-92d5-4c5e-80fe-734cda82ca41

📥 Commits

Reviewing files that changed from the base of the PR and between 634e4b5 and 64e45f6.

📒 Files selected for processing (1)
  • .envrc
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/make_envrc_compatible_with_nixdirenv

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@flemzord flemzord enabled auto-merge March 20, 2026 09:33
@flemzord flemzord disabled auto-merge March 20, 2026 09:34
@flemzord flemzord added this pull request to the merge queue Mar 20, 2026
Merged via the queue into main with commit 9d01386 Mar 20, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants