From e785e6797786d4c08a74039a2b4afd4c8d90ba21 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 14 Nov 2021 23:10:46 +0100 Subject: [PATCH] docs: make text more specific about Nix 2.4 support --- README.md | 3 ++- docs/installation.adoc | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50881ffc..019eec5b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ Currently the easiest way to install Home Manager is as follows: control this option using the [`nix.allowedUsers`][nixosAllowedUsers] system option. - Note that Nix 2.4 (`nixUnstable`) is not yet supported. + Note that Nix 2.4 is not yet fully supported. Most significantly, + Home Manager is incompatible with the new `nix profile` command. 2. Add the appropriate Home Manager channel. If you are following Nixpkgs master or an unstable channel you can run diff --git a/docs/installation.adoc b/docs/installation.adoc index 82d890f1..8a61b958 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -36,6 +36,9 @@ root user. For a multi-user install of Nix this means that your user must be covered by the {nix-allowed-users}[`allowed-users`] Nix option. On NixOS you can control this option using the {nixos-allowed-users}[`nix.allowedUsers`] system option. ++ +Note that Nix 2.4 is not yet fully supported. Most significantly, Home +Manager is incompatible with the new `nix profile`. 2. Add the Home Manager channel that you wish to follow. If you are following Nixpkgs master or an unstable channel then this is done by