mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +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 ? { },
|
||||
}:
|
||||
lib.evalModules {
|
||||
inherit specialArgs;
|
||||
specialArgs = specialArgs // {
|
||||
modulesPath = builtins.toString ../modules/wrapper-manager;
|
||||
};
|
||||
modules = [
|
||||
../modules/wrapper-manager
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user