wrapper-manager-fds/lib: fix eval function

This commit is contained in:
Gabriel Arazas 2024-07-01 22:29:03 +08:00
parent aed2769f77
commit 253e5f583c

View File

@ -16,6 +16,7 @@ rec {
pkgs.lib.evalModules { pkgs.lib.evalModules {
modules = [ ../modules/wrapper-manager ] ++ modules; modules = [ ../modules/wrapper-manager ] ++ modules;
specialArgs = specialArgs // { specialArgs = specialArgs // {
inherit pkgs;
modulesPath = builtins.toString ../modules/wrapper-manager; modulesPath = builtins.toString ../modules/wrapper-manager;
}; };
}; };