-
Notifications
You must be signed in to change notification settings - Fork 426
devenv: support containers on macOS #2085
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
Conversation
73e0dfd
to
06011ec
Compare
🔍 Suggested ReviewersBased on git blame analysis of the changed lines, the following contributors have significant experience with the modified code:
Please consider reviewing this PR as you have authored significant portions of the code being modified. Your expertise would be valuable! 🙏 This comment was automatically generated by git-blame-auto-reviewer Last updated: 2025-09-12T11:52:13.720Z |
Claude finished @sandydoo's task —— View job PR Review: devenv containers on macOSI've analyzed the code changes in this PR. Here are the key issues and improvements to consider: 🔧 Code Quality & Architecture Issues
|
Nice :) Let's merge, needs some rebasing :) |
ea1660e
to
a8086db
Compare
After the TUI work, I think we should always pass commands through |
a8086db
to
8c76760
Compare
@sandydoo let's merge this? |
8c76760
to
6c6d25c
Compare
We were recursing into a derivation that had a recursive loop in it. Honestly, we should probably just build outputs (the attr) vs this.
6c6d25c
to
ede4c48
Compare
This unlocks the container restriction on macOS. You will need an
<arch>-linux
builder already set up in your nix.conf to build the container.The underlying flake now exports configurations for all 4 systems.
Fixes #430