From bd4c2b06515fb7cdef9dda19bccd47f37aa66324 Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Thu, 27 Aug 2020 13:57:56 -0400 Subject: nix-darwin: add missing options Add useGlobalPkgs, verbose and backupFileExtension support --- doc/installation.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/installation.xml') diff --git a/doc/installation.xml b/doc/installation.xml index 4c5d1f735bb..3e1f75abb59 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -313,5 +313,22 @@ home-manager.useUserPackages = true; value in the future. + + + + By default, Home Manager uses a private pkgs instance + that is configured via the options. + To instead use the global pkgs that is configured via + the system level options, set + + +home-manager.useGlobalPkgs = true; + + + This saves an extra Nixpkgs evaluation, adds consistency, and removes the + dependency on NIX_PATH, which is otherwise used for + importing Nixpkgs. + + -- cgit v1.2.3