Skip to content

Conversation

@YusukeShimizu
Copy link

Summary

Set up direnv with a project .envrc, ignore direnv cache artifacts, and update flake inputs (including the macOS apple-sdk simplification).

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

AI Assistance

  • This PR was created or reviewed with AI assistance

Testing

Not run (config-only change).

Related Issues

Relates to #ISSUE_ID
Discussion: N/A

Screenshots/Demos (for UX changes)

Before: N/A

After: N/A

Copilot AI review requested due to automatic review settings January 15, 2026 23:58
Copy link
Contributor

Copilot AI left a 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 sets up direnv for automatic Nix development environment activation and updates the Nix flake dependencies. The changes aim to streamline the development workflow by automatically loading the Nix environment when entering the project directory.

Changes:

  • Added .envrc to enable direnv integration with the Nix flake
  • Updated .gitignore to exclude direnv cache artifacts (.direnv/)
  • Simplified macOS Apple SDK dependencies in flake.nix from individual frameworks to a single apple-sdk package
  • Updated flake.lock with newer versions of nixpkgs and rust-overlay

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
.envrc Enables direnv to automatically load the Nix flake development environment
.gitignore Excludes direnv cache directory from version control
flake.nix Simplifies macOS dependencies by replacing three framework packages with apple-sdk
flake.lock Updates nixpkgs and rust-overlay to newer commits

@YusukeShimizu YusukeShimizu marked this pull request as draft January 16, 2026 05:22
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.

1 participant