-
Notifications
You must be signed in to change notification settings - Fork 95
Default to Determinate Nix #1692
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
WalkthroughRemoves the interactive Changes
Sequence DiagramsequenceDiagram
participant User
participant CLI
participant Planner
participant Installer
rect rgb(200, 220, 200)
Note over User,Installer: New Non-Interactive Flow
User->>CLI: Run install command
CLI->>Planner: Create planner with settings<br/>(prefer_upstream=false)
Planner-->>CLI: Planner initialized<br/>(Determinate Nix selected)
CLI->>Installer: Execute plan
Installer-->>CLI: Installation complete
CLI-->>User: Done (no post-install prompts)
end
Note over User,Installer: Old flow removed:<br/>- No interactive prompting<br/>- No post-install messaging<br/>- Direct execution path
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-09-10T15:49:03.281ZApplied to files:
🔇 Additional comments (6)
Comment |
2cc1fde to
155af92
Compare
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.
Looks good; requesting changes til late on November 9th or early November 10th.
Implements https://determinate.systems/blog/installer-dropping-upstream/
Checklist
cargo fmtnix buildnix flake checkValidating with
install.determinate.systemsIf a maintainer has added the
upload to s3label to this PR, it will become available for installation viainstall.determinate.systems:Summary by CodeRabbit
Changes
Chores