Stop recommending the Determinate Nix installer; eagerly install nix config#2702
Merged
niklasmohrin merged 1 commit intoe-valuation:mainfrom Apr 20, 2026
Merged
Conversation
Member
Author
|
Marked as draft because I want to merge #2701 first |
Member
Author
|
Also note that existing installations of nix (on mac computers) continue to work |
richardebeling
approved these changes
Apr 19, 2026
3cc4149 to
3e15687
Compare
3e15687 to
32fe17b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Determinate Nix installer is no longer the Determinate (Nix Installer) but rather the (Determinate Nix) Installer, that is, it installs the proprietary version of nix built by Determinate Systems. I don't think there is anything wrong with their nix build, but I don't want to recommend installing proprietary software.
One benefit of the Determinate installer is that it had some sane default settings (the same that we include in our Linux installation script). With this PR, we now let the nix install script set up these settings even if installing nix does not work. This way, for Mac users the process is "run installer", "installer installs config", "installer says no package manager found and suggests manual download", "user does manual download". I think this is pretty okay. If the Mac users complain, we can add support for homebrew or so to our installer script.