wrapper-manager-fds/lib: fix eval function

This commit is contained in:
Gabriel Arazas 2024-07-01 22:29:03 +08:00
parent ddcee9377b
commit e73ef58782
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

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