Fix minor subterfuge in install page links to add-to-config
It's possible for people to not notice the universal section on using Lix from nixpkgs, which is probably the most sensible option for your average user who just wants nix that works. Reported by anouk on matrix.
This commit is contained in:
parent
d35de33c50
commit
204f164488
|
@ -20,13 +20,11 @@ first, to get familiar with how Nix works.
|
||||||
|
|
||||||
If you haven't already installed NixOS, do so using any upstream
|
If you haven't already installed NixOS, do so using any upstream
|
||||||
[install image](https://nixos.org/download/#NixOS) and the instructions in the
|
[install image](https://nixos.org/download/#NixOS) and the instructions in the
|
||||||
[NixOS Manual](https://nixos.org/manual/nixos/stable/#sec-installation). Then, follow
|
[NixOS Manual](https://nixos.org/manual/nixos/stable/#sec-installation).
|
||||||
the instructions for either:
|
|
||||||
|
|
||||||
- [flake-based configurations](/add-to-config#flake-based-configurations); or
|
Then, follow the [instructions to add Lix to your
|
||||||
- [non-flake configurations](/add-to-config#non-flake-configurations)
|
configuration](/add-to-config). Both flake-based and non-flake-based
|
||||||
|
configurations are fully supported.
|
||||||
depending on how you prefer to configure your system.
|
|
||||||
|
|
||||||
|
|
||||||
## On an Existing `nix-darwin` Install
|
## On an Existing `nix-darwin` Install
|
||||||
|
|
Loading…
Reference in a new issue