mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
Add lib argument to homeManagerConfiguration (#2753)
This commit is contained in:
parent
f47001cec9
commit
5ac84ebeef
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ let
|
|||
in
|
||||
fold f res res.config.warnings;
|
||||
|
||||
extendedLib = import ./lib/stdlib-extended.nix pkgs.lib;
|
||||
extendedLib = import ./lib/stdlib-extended.nix lib;
|
||||
|
||||
hmModules =
|
||||
import ./modules.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue