Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: simplify the per-build installation
The goal is to simplify the installation and testing of arbitrary Nix versions. 1. Extend the base installer to accept a NIX_RELEASE_URL to change where Nix is getting installed from. 2. Generate a new output from Hydra that combines all the released tarballs. Once this is merged it should allow to: 1. Pick an evaluation at https://hydra.nixos.org/jobset/nix/master that looks healthy 2. Select the installedScript build and get the "install" download link. 3. Select the allTarballs build and get the download link. Now equipped with all of this: curl -sfL https://hydra.nixos.org/build/1234/download/1/install | \ NIX_RELEASE_URL=https://hydra.nixos.org/build/5678/download/1/XXX sh Fixes NixOS#4047
- Loading branch information