mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 14:40:29 +00:00
modules: do not import modules
The `evalModules` function is smart enough to import modules and will then also use correct file names.
This commit is contained in:
parent
0be32c9d42
commit
61c6c83de4
1 changed files with 1 additions and 1 deletions
|
@ -80,4 +80,4 @@ let
|
|||
|
||||
in
|
||||
|
||||
map import modules ++ [ pkgsModule ]
|
||||
modules ++ [ pkgsModule ]
|
||||
|
|
Loading…
Reference in a new issue