-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 294a4e6ea524^
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e88f28965a7d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 7 files changed
- 1 contributor
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 294a4e6 - Browse repository at this point
Copy the full SHA 294a4e6View commit details -
This factors out the functionality in nixos-install for running a command inside a NixOS installation (nixos-install --chroot).
Configuration menu - View commit details
-
Copy full SHA for 60cb230 - Browse repository at this point
Copy the full SHA 60cb230View commit details -
nixos-install: Make compatible with Nix 2.0
The use of Nix 2.0 significantly simplifies the installer, since we can just pass a different store URI (--store /mnt) - it's no longer needed to set up a chroot environment for the build, and to bootstrap Nix into the chroot. Also, commands that need to run in the installation (namely boot loader installation and setting a root password) are now executed using nixos-enter. This also removes the need for nixos-prepare-root since any required initialisation is done by Nix or by the activation script.
Configuration menu - View commit details
-
Copy full SHA for e88f289 - Browse repository at this point
Copy the full SHA e88f289View commit details
There are no files selected for viewing