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
No known key found for this signature in database
GPG key ID: FD437548E0BF0F5F
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