mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-31 04:58:17 +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
de4ae411a9
commit
fbb5955587
@ -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