1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-21 22:18:31 +02: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:
Robert Helgesson 2017-12-11 13:48:46 +01:00
parent 0be32c9d42
commit 61c6c83de4
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -80,4 +80,4 @@ let
in
map import modules ++ [ pkgsModule ]
modules ++ [ pkgsModule ]