-
Notifications
You must be signed in to change notification settings - Fork 58
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
Embedding the Nix installer in the binary. #897
Conversation
I guess its too early for that, but I would personally love to see the option to use tvix. |
This improves built-in offline support, and improves install time reliability.
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.
Kyewl.
I'm also interested in tvix, but I don't think we would even consider supporting it in this project until it supported flakes. Maybe this has changed recently, but I also remember last time I checked on it, it didn't support building and/or substituting, which makes for a very limited Nix experience 😆 |
Description
Embedding the Nix binary will reduce runtime failures due to fetching, and reduce the foundation's bandwidth burden by roughly half a terabyte per day.
Checklist
cargo fmt
nix build
nix flake check
Validating with
install.determinate.systems
If a maintainer has added the
upload to s3
label to this PR, it will become available for installation viainstall.determinate.systems
: