wrapper-manager-fds/lib: set modulesPath to module env

This makes it possible to have replacement modules in case the user
wanted to replace some things.
This commit is contained in:
Gabriel Arazas 2024-09-07 22:05:51 +08:00
parent de4ae411a9
commit fbb5955587

View File

@ -14,7 +14,9 @@ rec {
specialArgs ? { },
}:
lib.evalModules {
inherit specialArgs;
specialArgs = specialArgs // {
modulesPath = builtins.toString ../modules/wrapper-manager;
};
modules = [
../modules/wrapper-manager