flake: expose Home Manager lib

This commit is contained in:
Roosembert Palacios 2020-12-01 02:11:48 +01:00 committed by Robert Helgesson
parent 708cb61e82
commit 6dc8de259a
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
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