diff --git a/subprojects/wrapper-manager-fds/lib/env.nix b/subprojects/wrapper-manager-fds/lib/env.nix index 7d98d176..129d6fb2 100644 --- a/subprojects/wrapper-manager-fds/lib/env.nix +++ b/subprojects/wrapper-manager-fds/lib/env.nix @@ -16,6 +16,7 @@ rec { pkgs.lib.evalModules { modules = [ ../modules/wrapper-manager ] ++ modules; specialArgs = specialArgs // { + inherit pkgs; modulesPath = builtins.toString ../modules/wrapper-manager; }; };