mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
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:
parent
92cece8273
commit
e6d2cb4e9d
@ -14,7 +14,9 @@ rec {
|
|||||||
specialArgs ? { },
|
specialArgs ? { },
|
||||||
}:
|
}:
|
||||||
lib.evalModules {
|
lib.evalModules {
|
||||||
inherit specialArgs;
|
specialArgs = specialArgs // {
|
||||||
|
modulesPath = builtins.toString ../modules/wrapper-manager;
|
||||||
|
};
|
||||||
modules = [
|
modules = [
|
||||||
../modules/wrapper-manager
|
../modules/wrapper-manager
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user