flake: expose Home Manager lib

(cherry picked from commit 6dc8de259a)
This commit is contained in:
Roosembert Palacios
2020-12-01 02:11:48 +01:00
committed by Wael M. Nasreddine
parent 57e4bf3707
commit 22f6736e62
2 changed files with 4 additions and 0 deletions

View File

@@ -342,6 +342,9 @@ as follows:
}
```
Note, the Home Manager library is exported by the flake under
`lib.hm`.
Releases
--------

View File

@@ -7,6 +7,7 @@
darwinModules.home-manager = import ./nix-darwin;
lib = {
hm = import ./modules/lib { lib = nixpkgs.lib; };
homeManagerConfiguration = { configuration, system, homeDirectory
, username
, pkgs ? builtins.getAttr system nixpkgs.outputs.legacyPackages